Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ACX_METHOD_VERB enumeration describes the type of verb operations supported on ACX methods.
Syntax
typedef enum _ACX_METHOD_VERB {
AcxMethodVerbNone,
AcxMethodVerbSend,
AcxMethodVerbBasicSupport,
AcxMethodVerbSetSupport,
AcxMethodVerbMax
} ACX_METHOD_VERB, *PACX_METHOD_VERB;
Constants
AcxMethodVerbNoneNo verb support. |
AcxMethodVerbSendVerb send support. |
AcxMethodVerbBasicSupportBasic Verb support. |
AcxMethodVerbSetSupportSet Verb support. |
AcxMethodVerbMaxFor internal validation, do not use. |
Remarks
Example
Example usage is shown below.
Sample pending.
ACX requirements
Minimum ACX version: 1.0
For more information about ACX versions, see ACX version overview.
Requirements
| Requirement | Value |
|---|---|
| Header | acxrequest.h |