Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
RawInputCommand (Enums)
.
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.
Function to read raw data from an input device such as a keyboard, mouse or other HID.
1/27/2011 1:34:48 PM - -93.176.200.208
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!