EnumICMProfilesW method

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

Implementation

int EnumICMProfilesW(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.NativeFunction<ICMENUMPROCW>> proc,
  int param,
) {
  return _EnumICMProfilesW(
    hdc,
    proc,
    param,
  );
}