EnumICMProfilesA method
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,
);
}