ACX_METHOD_VERB enumeration (acxrequest.h)

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

 
AcxMethodVerbNone
No verb support.
AcxMethodVerbSend
Verb send support.
AcxMethodVerbBasicSupport
Basic Verb support.
AcxMethodVerbSetSupport
Set Verb support.
AcxMethodVerbMax
For 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

See also