DestroyWindow method

int DestroyWindow(
  1. Pointer<HWND__> hWnd
)

Implementation

int DestroyWindow(
  ffi.Pointer<HWND__> hWnd,
) {
  return _DestroyWindow(
    hWnd,
  );
}