EnumICMProfilesA method
int
EnumICMProfilesA(
- Pointer<
HDC__> hdc, - Pointer<
NativeFunction< proc,DESKTOPENUMPROCA> > - int param
Implementation
int EnumICMProfilesA(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<ffi.NativeFunction<ICMENUMPROCA>> proc,
int param,
) {
return (_EnumICMProfilesA ??=
_dylib.lookupFunction<_c_EnumICMProfilesA, _dart_EnumICMProfilesA>(
'EnumICMProfilesA'))(
hdc,
proc,
param,
);
}