// avc.h
typedef struct _AVC_SETCONNECT_INFO {
ULONG PinId;
AVCCONNECTINFO ConnectInfo;
} AVC_SETCONNECT_INFO, *PAVC_SETCONNECT_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The AVC_SETCONNECT_INFO structure is used to initialize a subunit driver and establish pin connections.
PinIdSpecifies the offset (or ID) of the pin for which information is to be set.
ConnectInfoThe AVCCONNECTINFO values for the specified pin.
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.