WindowFromDC method

Pointer<HWND__> WindowFromDC(
  1. Pointer<HDC__> hDC
)

Implementation

ffi.Pointer<HWND__> WindowFromDC(
  ffi.Pointer<HDC__> hDC,
) {
  return _WindowFromDC(
    hDC,
  );
}