// acxrequest.h
typedef enum _ACX_METHOD_VERB {
AcxMethodVerbNone,
AcxMethodVerbSend,
AcxMethodVerbBasicSupport,
AcxMethodVerbSetSupport,
AcxMethodVerbMax
} ACX_METHOD_VERB, *PACX_METHOD_VERB;
View the official Windows Driver Kit DDI referenceNo description available.
The ACX_METHOD_VERB enumeration describes the type of verb operations supported on ACX methods.
AcxMethodVerbNoneNo verb support.
AcxMethodVerbSendVerb send support.
AcxMethodVerbBasicSupportBasic Verb support.
AcxMethodVerbSetSupportSet Verb support.
AcxMethodVerbMaxFor internal validation, do not use.
Example usage is shown below.
Sample pending.
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.