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