Home
last modified time | relevance | path

Searched refs:MCIQTZ_mciStop (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/mciqtz32/
H A Dmciqtz.c35 static DWORD MCIQTZ_mciStop(UINT, DWORD, LPMCI_GENERIC_PARMS);
136 MCIQTZ_mciStop(dwDevID, MCI_WAIT, NULL); in MCIQTZ_drvConfigure()
177 MCIQTZ_mciStop(wDevID, MCI_WAIT, NULL); in MCIQTZ_mciOpen()
308 MCIQTZ_mciStop(wDevID, MCI_WAIT, NULL); in MCIQTZ_mciClose()
479 MCIQTZ_mciStop(wDevID, MCI_WAIT, NULL); in MCIQTZ_mciSeek()
509 static DWORD MCIQTZ_mciStop(UINT wDevID, DWORD dwFlags, LPMCI_GENERIC_PARMS lpParms) in MCIQTZ_mciStop() function
1154 …case MCI_STOP: return MCIQTZ_mciStop (dwDevID, dwParam1, (LPMCI_GENERIC_PARMS) … in MCIQTZ_DriverProc()