Share via


GestureBeginSession (Compact 2013)

3/28/2014

This function begins a session with the gesture recognizer.

Syntax

WINUSERAPI
BOOL
WINAPI
GestureBeginSession(
    __inout GESTUREINFO* pGestureInfo
);

Parameters

  • pGestureInfo
    [in, out] 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
GestureEndSession