AVC_SETCONNECT_INFO - NtDoc

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

typedef struct _AVC_SETCONNECT_INFO {
  ULONG          PinId;
  AVCCONNECTINFO ConnectInfo;
} AVC_SETCONNECT_INFO, *PAVC_SETCONNECT_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_AVC_SETCONNECT_INFO structure

Description

The AVC_SETCONNECT_INFO structure is used to initialize a subunit driver and establish pin connections.

Members

PinId

Specifies the offset (or ID) of the pin for which information is to be set.

ConnectInfo

The AVCCONNECTINFO values for the specified pin.

Remarks

This structure is used with the AVC_FUNCTION_SET_CONNECTINFO 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_SET_CONNECTINFO

AVC_MULTIFUNC_IRB