EnumObjects method
int
EnumObjects(
- Pointer<
HDC__> hdc, - int nType,
- Pointer<
NativeFunction< lpFunc,GOBJENUMPROC> > - int lParam,
Implementation
int EnumObjects(
ffi.Pointer<HDC__> hdc,
int nType,
ffi.Pointer<ffi.NativeFunction<GOBJENUMPROC>> lpFunc,
int lParam,
) {
return (_EnumObjects ??= _dylib
.lookupFunction<_c_EnumObjects, _dart_EnumObjects>('EnumObjects'))(
hdc,
nType,
lpFunc,
lParam,
);
}