Retrieves the state of certain virtual keys from the specified WPARAM value.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Shared Function GET_KEYSTATE_WPARAM( _
   ByVal  As IntPtr _
) As Integer
             
        
            
            public static int GET_KEYSTATE_WPARAM( 
   IntPtr 
)
             
        
             
        
            パラメータ
- wParam
 
- The value to be converted.
 
            
            戻り値の型
The return value is the low-order word representing the virtual key state.
 
            
            
            
            
            
            
            
            
            
            
            
            参照