// 61883.h
typedef struct _CMP_CONNECT_VER3 {
IN HANDLE hOutputPlug;
IN HANDLE hInputPlug;
IN CMP_CONNECT_TYPE Type;
IN CIP_DATA_FORMAT_VER3 Format;
OUT HANDLE hConnect;
} CMP_CONNECT_VER3, *PCMP_CONNECT_VER3;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains information for a connection request.
hOutputPlugThe handle of an output plug.
hInputPlugThe handle of an input plug.
TypeThe type of the requested connection.
FormatThe requested data format.
hConnectThe handle for the created connection.