RawInputCommand (Enums)
Last changed: anonymous

.
Summary

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