GET_KEYSTATE_LPARAM macro (winuser.h)
Retrieves the state of certain virtual keys from the specified LPARAM value.
Syntax
void GET_KEYSTATE_LPARAM(
lParam
);
Parameters
lParam
The value to be converted.
Return value
None
Remarks
This macro is identical to the GET_FLAGS_LPARAM macro.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | winuser.h (include Windows.h) |
See also
Conceptual
Reference