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 As IntPtr _
) As Integer
public static int GET_KEYSTATE_WPARAM(
IntPtr
)
Parameters
- wParam
- The value to be converted.
Return Value
The return value is the low-order word representing the virtual key state.
See Also