IsTouchWindow method

int IsTouchWindow(
  1. Pointer<HWND__> hwnd,
  2. Pointer<Uint64> pulFlags
)

Implementation

int IsTouchWindow(
  ffi.Pointer<HWND__> hwnd,
  ffi.Pointer<ffi.Uint64> pulFlags,
) {
  return _IsTouchWindow(
    hwnd,
    pulFlags,
  );
}