ENHMFENUMPROC typedef

ENHMFENUMPROC = Pointer<NativeFunction<Int Function(HDC hdc, Pointer<HANDLETABLE> lpht, Pointer<ENHMETARECORD> lpmr, Int nHandles, LPARAM data)>>

Implementation

typedef ENHMFENUMPROC = ffi.Pointer<ffi.NativeFunction<ffi.Int Function(HDC hdc, ffi.Pointer<HANDLETABLE> lpht, ffi.Pointer<ENHMETARECORD> lpmr, ffi.Int nHandles, LPARAM data)>>;