typedef struct tagMCI_OPEN_PARMS {
DWORD dwCallback;
MCIDEVICEID wDeviceID;
WORD wReserved0;
LPCSTR lpstrDeviceType;
LPCSTR lpstrElementName;
LPCSTR lpstrAlias;
} MCI_OPEN_PARMS;
The MCI_OPEN_PARMS structure is the standard data structure associated with the MCI_OPEN_DRIVER command. To find out if customized versions of this structure exist, see the description of MCI_OPEN in the Win32 SDK.