Home
last modified time | relevance | path

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

/reactos/dll/win32/mmdevapi/
H A Daudiovolume.c42 IAudioEndpointVolumeEx IAudioEndpointVolumeEx_iface; member
50 return CONTAINING_RECORD(iface, AEVImpl, IAudioEndpointVolumeEx_iface); in impl_from_IAudioEndpointVolumeEx()
68 *ppv = &This->IAudioEndpointVolumeEx_iface; in AEV_QueryInterface()
313 This->IAudioEndpointVolumeEx_iface.lpVtbl = &AEVImpl_Vtbl; in AudioEndpointVolume_Create()
316 *ppv = &This->IAudioEndpointVolumeEx_iface; in AudioEndpointVolume_Create()