CloseTouchInputHandle function user32

int CloseTouchInputHandle(
  1. int hTouchInput
)

Closes a touch input handle, frees process memory associated with it, and invalidates the handle.

BOOL CloseTouchInputHandle(
  HTOUCHINPUT hTouchInput
);

Implementation

int CloseTouchInputHandle(int hTouchInput) =>
    _CloseTouchInputHandle(hTouchInput);