AVC_PIN_COUNT - NtDoc

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

typedef struct _AVC_PIN_COUNT {
  ULONG PinCount;
} AVC_PIN_COUNT, *PAVC_PIN_COUNT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_AVC_PIN_COUNT structure

Description

The AVC_PIN_COUNT structure specifies the number of pins on an AV/C subunit device.

Members

PinCount

This value is filled in by avc.sys on return from the AVC_FUNCTION_GET_PIN_COUNT function.

Remarks

This structure is used with the AVC_FUNCTION_GET_PIN_COUNT function code.

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_GET_PIN_COUNT

AVC_MULTIFUNC_IRB