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(
    hdc,
    pBufSize,
    pszFilename,
  );
}