Jump to content

CONNECT

From EDM2

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 ;
usConnectType (USHORT)
The connector type.
szToInstallName[MAX_DEVICE_NAME] (CHAR)
The installation name this connector is connected to.
usToConnectIndex (USHORT)
The connector index to which this connector is connected.