SetICMProfileA method

int SetICMProfileA(
  1. Pointer<HDC__> hdc,
  2. Pointer<Int8> lpFileName
)

Implementation

int SetICMProfileA(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<ffi.Int8> lpFileName,
) {
  return _SetICMProfileA(
    hdc,
    lpFileName,
  );
}