CloseGestureInfoHandle function user32

int CloseGestureInfoHandle(
  1. int hGestureInfo
)

Closes resources associated with a gesture information handle.

BOOL CloseGestureInfoHandle(
  HGESTUREINFO hGestureInfo
);

Implementation

int CloseGestureInfoHandle(int hGestureInfo) =>
    _CloseGestureInfoHandle(hGestureInfo);