Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |