// avc.h
typedef struct _AVC_PRECONNECT_INFO {
ULONG PinId;
AVCPRECONNECTINFO ConnectInfo;
} AVC_PRECONNECT_INFO, *PAVC_PRECONNECT_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
The AVC_PRECONNECT_INFO structure specifies the preconnection information for the specified pin ID (zero-based offset) on an AV/C subunit device.
PinIdSpecifies the offset (or ID) of the pin for which information is to be retrieved.
ConnectInfoThe AVCPRECONNECTINFO values for the specified pin.
This structure is used with the AVC_FUNCTION_GET_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.