Home
last modified time | relevance | path

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

/reactos/dll/cpl/mmsys/
H A Dsounds.c1165 MCI_STATUS_PARMS statusParms; in GetSoundDuration() local
1188 ZeroMemory(&statusParms, sizeof(statusParms)); in GetSoundDuration()
1189 statusParms.dwItem = MCI_STATUS_LENGTH; in GetSoundDuration()
1194 (DWORD_PTR)&statusParms); in GetSoundDuration()
1203 return statusParms.dwReturn; in GetSoundDuration()