CloseGestureInfoHandle method

int CloseGestureInfoHandle(
  1. Pointer<HGESTUREINFO__> hGestureInfo
)

Implementation

int CloseGestureInfoHandle(
  ffi.Pointer<HGESTUREINFO__> hGestureInfo,
) {
  return _CloseGestureInfoHandle(
    hGestureInfo,
  );
}