AVC_PIN_ID - NtDoc

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

typedef struct _AVC_PIN_ID {
  ULONG PinId;
} AVC_PIN_ID, *PAVC_PIN_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-avc-_avc_pin_id)

_AVC_PIN_ID structure

Description

The AVC_PIN_ID structure describes a pin on a subunit.

Members

PinId

Specifies the offset (or ID) of the pin.

Remarks

This structure is used with the AVC_FUNCTION_ACQUIRE, AVC_FUNCTION_RELEASE and AVC_FUNCTION_CLR_CONNECTINFO function codes.

This structure is used only as a member inside the AVC_MULTIFUNC_IRB structure. It is not used by itself.

See How to Use Avc.sys For information about building and sending an AV/C command.

See also

AVC_FUNCTION

AVC_FUNCTION_ACQUIRE

AVC_FUNCTION_CLR_CONNECTINFO

AVC_FUNCTION_RELEASE

AVC_MULTIFUNC_IRB