typedef struct tagMCI_INFO_PARMS { DWORD dwCallback; LPSTR lpstrReturn; DWORD dwRetSize; } MCI_INFO_PARMS;
The MCI_INFO_PARMS structure is the standard data structure associated with the MCI_INFO command. To see if customized versions of this structure exist, refer to the description of MCI_INFO in the Win32 SDK.