Edit

Share via


IS_POINTER_FLAG_SET_WPARAM macro (winuser.h)

Checks whether a pointer macro sets the specified flag.

Syntax

BOOL IS_POINTER_FLAG_SET_WPARAM(
    WPARAM wParam,
    UINT32 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

Type: BOOL

TRUE if the specified pointer sets the specified flag. Otherwise, FALSE.

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