GetICMProfileW method
Implementation
int GetICMProfileW(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<ffi.Uint64> pBufSize,
ffi.Pointer<ffi.Uint16> pszFilename,
) {
return (_GetICMProfileW ??=
_dylib.lookupFunction<_c_GetICMProfileW, _dart_GetICMProfileW>(
'GetICMProfileW'))(
hdc,
pBufSize,
pszFilename,
);
}