ACX_METHOD_VERB - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-acxrequest-acx_method_verb)

Description

The ACX_METHOD_VERB enumeration describes the type of verb operations supported on ACX methods.

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.

See also