GestureEndSession (Compact 2013)

3/28/2014

This function ends a session with the gesture recognizer.

Syntax

WINUSERAPI
BOOL
WINAPI
GestureEndSession(
    __in const GESTUREINFO* pGestureInfo
);

Parameters

  • pGestureInfo
    [in] Pointer to a GESTUREINFO structure that contains information about the gesture.

Return Value

Returns true if function succeeds; otherwise, returns false. To retrieve extended error information, call GetLastError.

Requirements

Header

touchgesture.h

See Also

Reference

Gesture Functions
GestureBeginSession