BOOL mciExecute(lpstrCommand)
This function is a simplified version of the mciSendString function. It does not take a buffer for return information, and it displays a message box when errors occur.
LPSTR lpstrCommand
Specifies an MCI command string.
TRUE if successful, FALSE if unsuccessful.
This function provides a simple interface to MCI from scripting languages.
mciSendString