GetICMProfileW method

int GetICMProfileW(
  1. Pointer<HDC__> hdc,
  2. Pointer<Uint64> pBufSize,
  3. Pointer<Uint16> pszFilename
)

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