SetSystemPaletteUse method

int SetSystemPaletteUse(
  1. Pointer<HDC__> hdc,
  2. int use
)

Implementation

int SetSystemPaletteUse(
  ffi.Pointer<HDC__> hdc,
  int use,
) {
  return _SetSystemPaletteUse(
    hdc,
    use,
  );
}