EnumICMProfilesA method

int EnumICMProfilesA(
  1. Pointer<HDC__> hdc,
  2. Pointer<NativeFunction<ICMENUMPROCA>> proc,
  3. int param
)

Implementation

int EnumICMProfilesA(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.NativeFunction<ICMENUMPROCA>> proc,
  int param,
) {
  return _EnumICMProfilesA(
    hdc,
    proc,
    param,
  );
}