AvcCommandType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// avc.h

typedef enum _tagAvcCommandType {
  AVC_CTYPE_CONTROL,
  AVC_CTYPE_STATUS,
  AVC_CTYPE_SPEC_INQ,
  AVC_CTYPE_NOTIFY,
  AVC_CTYPE_GEN_INQ
} AvcCommandType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-avc-_tagavccommandtype)

_tagAvcCommandType enumeration

Description

The AvcCommandType enumeration type is used to indicate the type of command issued by a subunit driver to its AV/C subunit through AVC_FUNCTION_COMMAND or AVC_FUNCTION_GET_REQUEST function codes.

Constants

AVC_CTYPE_CONTROL

Specifies a control type of command.

AVC_CTYPE_STATUS

Specifies a status type of command.

AVC_CTYPE_SPEC_INQ

Specifies a specific-inquiry type of command. This permits a controller to inform targets that a specific set of operands must by furnished along with the opcode when issuing a command.

AVC_CTYPE_NOTIFY

Specifies a notify type of command.

AVC_CTYPE_GEN_INQ

Specifies a general inquiry command type. This permits a controller to query a target to find out if it supports a specific opcode without needing to pass any specific operands.

See also

AVC_FUNCTION

AVC_FUNCTION_COMMAND

AVC_FUNCTION_GET_REQUEST