DwmRenderGesture function (dwmapi.h)

Notifies Desktop Window Manager (DWM) that a touch contact has been recognized as a gesture, and that DWM should draw feedback for that gesture.

Syntax

HRESULT DwmRenderGesture(
       GESTURE_TYPE gt,
  [in] UINT         cContacts,
  [in] const DWORD  *pdwPointerID,
  [in] const POINT  *pPoints
);

Parameters

gt

[in] cContacts

The number of contact points.

[in] pdwPointerID

The pointer ID.

[in] pPoints

The points.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header dwmapi.h
Library Dwmapi.lib
DLL Dwmapi.dll