GID_ROTATE_ANGLE_FROM_ARGUMENT macro (winuser.h)

The GID_ROTATE_ANGLE_FROM_ARGUMENT macro is used to interpret the GID_ROTATE ullArgument value when receiving the value in the WM_GESTURE structure.

Syntax

void GID_ROTATE_ANGLE_FROM_ARGUMENT(
   _arg_
);

Parameters

_arg_

A value from a WM_GESTURE message.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winuser.h (include Windows.h)

See also

Macros