AVC_SETCONNECT_INFO structure (avc.h)

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

Syntax

typedef struct _AVC_SETCONNECT_INFO {
  ULONG          PinId;
  AVCCONNECTINFO ConnectInfo;
} AVC_SETCONNECT_INFO, *PAVC_SETCONNECT_INFO;

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.

Requirements

Requirement Value
Header avc.h (include Avc.h)

See also

AVC_FUNCTION

AVC_FUNCTION_SET_CONNECTINFO

AVC_MULTIFUNC_IRB