|   
 
 
 | 
						
							
								| mciExecute The API function MCIEXECUTE can be used to access a variety of MCI devices. | VB4-32,5,6 Declare Function mciExecute Lib "winmm.dll" (ByVal lpstrCommand As String) As Long
 | 
 
 | Operating Systems Supported | 
 
 
 | · lpstrCommand Specifies what the function should do.
 | 
 | If the function succeeds, the return value is nonzero. 
 If the function fails, the return value is zero. To get extended error information, call GetLastError.
 | 
 
     |  |  |