AVC_PRECONNECT_INFO structure (avc.h)
The AVC_PRECONNECT_INFO structure specifies the preconnection information for the specified pin ID (zero-based offset) on an AV/C subunit device.
Syntax
typedef struct _AVC_PRECONNECT_INFO {
ULONG PinId;
AVCPRECONNECTINFO ConnectInfo;
} AVC_PRECONNECT_INFO, *PAVC_PRECONNECT_INFO;
Members
PinId
Specifies the offset (or ID) of the pin for which information is to be retrieved.
ConnectInfo
The AVCPRECONNECTINFO values for the specified pin.
Remarks
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.
Requirements
Requirement | Value |
---|---|
Header | avc.h (include Avc.h) |