GetSystemPaletteUse method

int GetSystemPaletteUse(
  1. Pointer<HDC__> hdc
)

Implementation

int GetSystemPaletteUse(
  ffi.Pointer<HDC__> hdc,
) {
  return _GetSystemPaletteUse(
    hdc,
  );
}