GetDCEx method

Pointer<HDC__> GetDCEx(
  1. Pointer<HWND__> hWnd,
  2. Pointer<HRGN__> hrgnClip,
  3. int flags
)

Implementation

ffi.Pointer<HDC__> GetDCEx(
  ffi.Pointer<HWND__> hWnd,
  ffi.Pointer<HRGN__> hrgnClip,
  int flags,
) {
  return _GetDCEx(
    hWnd,
    hrgnClip,
    flags,
  );
}