windows_programming_notes.nbk: Home | Index | Next Page: GET_WM_COMMAND_CMD | Previous Page: GET_DEVICE_LPARAM


 GET_FLAGS_LPARAM

The GET_FLAGS_LPARAM macro retrieves the state of certain virtual keys from the specified LPARAM value.

Syntax

    int GET_FLAGS_LPARAM(
        LPARAM lParam
    );

Parameters

Return Value

The return value is the low-order word representing the virtual key state. It can be one of the following values.

Remarks

This macro is identical to the GET_KEYSTATE_LPARAM macro.

Macro Information


windows_programming_notes.nbk: Home | Index | Next Page: GET_WM_COMMAND_CMD | Previous Page: GET_DEVICE_LPARAM


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time