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