This structure is a data type used in the MCI_SYSINFO_CONPARAMS structure.
typedef struct _CONNECT { USHORT usConnectType; /* Connector type. */ CHAR szToInstallName[MAX_DEVICE_NAME]; /* Install name. */ USHORT usToConnectIndex; /* Connector index. */ } CONNECT; typedef CONNECT * PCONNECT ;