UnregisterTouchWindow function user32

int UnregisterTouchWindow(
  1. int hwnd
)

Registers a window as no longer being touch-capable.

BOOL UnregisterTouchWindow(
HWND hwnd
);

Implementation

int UnregisterTouchWindow(int hwnd) => _UnregisterTouchWindow(hwnd);