@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Enumeration containing flags for use with the GetRawInputData function. !!!!C# Definition: /// <summary> /// Enumeration contanining the command types to issue. /// </summary> public enum RawInputCommand { /// <summary> /// Get input data. /// </summary> Input = 0x10000003, /// <summary> /// Get header data. /// </summary> Header = 0x10000005 } !!!!VB Definition: Enum RawInputCommand TODO End Enum !!!!Notes: None. Documentation: RawInputCommand@msdn on MSDN
Edit Enums.RawInputCom...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.