SetICMProfileA method

int SetICMProfileA(
  1. Pointer<HDC__> hdc,
  2. Pointer<Int8> lpFileName
)

Implementation

int SetICMProfileA(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.Int8> lpFileName,
) {
  return (_SetICMProfileA ??=
      _dylib.lookupFunction<_c_SetICMProfileA, _dart_SetICMProfileA>(
          'SetICMProfileA'))(
    hdc,
    lpFileName,
  );
}