InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GET_KEYSTATE_WPARAM Method
The value to be converted.

In This Topic
    GET_KEYSTATE_WPARAM Method (Win32)
    In This Topic
    Retrieves the state of certain virtual keys from the specified WPARAM value.
    Syntax
    'Declaration
     
    Public Shared Function GET_KEYSTATE_WPARAM( _
       ByVal wParam As IntPtr _
    ) As Integer
    public static int GET_KEYSTATE_WPARAM( 
       IntPtr wParam
    )

    Parameters

    wParam
    The value to be converted.

    Return Value

    The return value is the low-order word representing the virtual key state.
    Remarks
    Use: WM_MOUSEWHEEL - fwKeys
    See Also