Home
last modified time | relevance | path

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

/reactos/dll/win32/mmdevapi/
H A Daudiovolume.c225 …RESULT WINAPI AEV_GetVolumeStepInfo(IAudioEndpointVolumeEx *iface, UINT *stepsize, UINT *stepcount) in AEV_GetVolumeStepInfo() argument
227 TRACE("(%p)->(%p,%p)\n", iface, stepsize, stepcount); in AEV_GetVolumeStepInfo()
228 if (!stepsize && !stepcount) in AEV_GetVolumeStepInfo()