RegisterTouchWindow function user32

int RegisterTouchWindow(
  1. int hwnd,
  2. int ulFlags
)

Registers a window as being touch-capable.

BOOL RegisterTouchWindow(
  HWND  hwnd,
  ULONG ulFlags
);

Implementation

int RegisterTouchWindow(int hwnd, int ulFlags) =>
    _RegisterTouchWindow(hwnd, ulFlags);