Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/sound/mmebuddy/auxiliary/
H A DauxMessage.c49 case AUXDM_GETVOLUME: in auxMessage()
/reactos/dll/win32/mmdrv/
H A Dauxil.c44 case AUXDM_GETVOLUME: in auxMessage()
H A Dmmddk.h184 #define AUXDM_GETVOLUME 5 macro
/reactos/sdk/include/psdk/
H A Dmmddk.h182 #define AUXDM_GETVOLUME 5 macro
/reactos/dll/win32/winmm/
H A Dwinmm.c773 return MMDRV_Message(wmld, AUXDM_GETVOLUME, (DWORD_PTR)lpdwVolume, 0L); in auxGetVolume()