GetICMProfileA method
Implementation
int GetICMProfileA(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<ffi.Uint64> pBufSize,
ffi.Pointer<ffi.Int8> pszFilename,
) {
return (_GetICMProfileA ??=
_dylib.lookupFunction<_c_GetICMProfileA, _dart_GetICMProfileA>(
'GetICMProfileA'))(
hdc,
pBufSize,
pszFilename,
);
}