MFENUMPROC typedef

MFENUMPROC = Pointer<NativeFunction<Int Function(HDC hdc, Pointer<HANDLETABLE> lpht, Pointer<METARECORD> lpMR, Int nObj, LPARAM param)>>

Implementation

typedef MFENUMPROC = ffi.Pointer<ffi.NativeFunction<ffi.Int Function(HDC hdc, ffi.Pointer<HANDLETABLE> lpht, ffi.Pointer<METARECORD> lpMR, ffi.Int nObj, LPARAM param)>>;