typedef struct tagMCI_STATUS_PARMS {
DWORD dwCallback;
DWORD dwReturn;
DWORD dwItem;
DWORD dwTrack;
} MCI_STATUS_PARMS;
The MCI_STATUS_PARMS structure is the standard data structure associated with the MCI_STATUS command. To find out if customized versions of this structure exist, see the description of MCI_STATUS in the Win32 SDK.