IsChild method

int IsChild(
  1. Pointer<HWND__> hWndParent,
  2. Pointer<HWND__> hWnd
)

Implementation

int IsChild(
  ffi.Pointer<HWND__> hWndParent,
  ffi.Pointer<HWND__> hWnd,
) {
  return _IsChild(
    hWndParent,
    hWnd,
  );
}