ChoosePixelFormat method

int ChoosePixelFormat(
  1. Pointer<HDC__> hdc,
  2. Pointer<PIXELFORMATDESCRIPTOR> ppfd
)

Implementation

int ChoosePixelFormat(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<PIXELFORMATDESCRIPTOR> ppfd,
) {
  return _ChoosePixelFormat(
    hdc,
    ppfd,
  );
}