IS_POINTER_FLAG_SET_WPARAM macro (winuser.h)

Checks whether a pointer macro sets the specified flag.

Syntax

void IS_POINTER_FLAG_SET_WPARAM(
   wParam,
   flag
);

Parameters

wParam

The value to be converted.

flag

The flag to be set. The value is one of the Pointer_Flags constants.

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 winuser.h (include Windows.h)

See also

Macros