GetICMProfileA method

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

Implementation

int GetICMProfileA(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.Uint64> pBufSize,
  ffi.Pointer<ffi.Int8> pszFilename,
) {
  return _GetICMProfileA(
    hdc,
    pBufSize,
    pszFilename,
  );
}