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(
    hdc,
    lpFileName,
  );
}