AVC_EXT_PLUG_COUNTS structure (avc.h)

The AVC_EXT_PLUG_COUNTS structure describes the number of external plugs on the subunit.

Syntax

typedef struct _AVC_EXT_PLUG_COUNTS {
  ULONG ExtInputs;
  ULONG ExtOutputs;
} AVC_EXT_PLUG_COUNTS, *PAVC_EXT_PLUG_COUNTS;

Members

ExtInputs

Ignored on input. On output, this contains the count of external input plugs.

ExtOutputs

Ignored on input. On output, this contains the count of external output plugs.

Remarks

This structure is used with the AVC_FUNCTION_GET_EXT_PLUG_COUNTS 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_GET_EXT_PLUG_COUNTS

AVC_MULTIFUNC_IRB