GetParent method

Pointer<HWND__> GetParent(
  1. Pointer<HWND__> hWnd
)

Implementation

ffi.Pointer<HWND__> GetParent(
  ffi.Pointer<HWND__> hWnd,
) {
  return _GetParent(
    hWnd,
  );
}