SetICMProfileW method

int SetICMProfileW(
  1. Pointer<HDC__> hdc,
  2. Pointer<Uint16> lpFileName
)

Implementation

int SetICMProfileW(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.Uint16> lpFileName,
) {
  return (_SetICMProfileW ??=
      _dylib.lookupFunction<_c_SetICMProfileW, _dart_SetICMProfileW>(
          'SetICMProfileW'))(
    hdc,
    lpFileName,
  );
}