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.
Members
dwCallback
Contains handle of window to receive MM_MCINOTIFY message.
lpstrReturn
Contains pointer to buffer that the driver fills with return string.
dwRetSize
Contains size of return buffer.