Home | History | Annotate | Download | only in include

Lines Matching refs:pNotify

87         AUDIO_VOLUME_NOTIFICATION_DATA *pNotify) = 0;
112 AUDIO_VOLUME_NOTIFICATION_DATA *pNotify);
127 #define IAudioEndpointVolumeCallback_OnNotify(This,pNotify) (This)->lpVtbl->OnNotify(This,pNotify)
140 static FORCEINLINE HRESULT IAudioEndpointVolumeCallback_OnNotify(IAudioEndpointVolumeCallback* This,AUDIO_VOLUME_NOTIFICATION_DATA *pNotify) {
141 return This->lpVtbl->OnNotify(This,pNotify);
150 AUDIO_VOLUME_NOTIFICATION_DATA *pNotify);
171 IAudioEndpointVolumeCallback *pNotify) = 0;
174 IAudioEndpointVolumeCallback *pNotify) = 0;
259 IAudioEndpointVolumeCallback *pNotify);
263 IAudioEndpointVolumeCallback *pNotify);
354 #define IAudioEndpointVolume_RegisterControlChangeNotify(This,pNotify) (This)->lpVtbl->RegisterControlChangeNotify(This,pNotify)
355 #define IAudioEndpointVolume_UnregisterControlChangeNotify(This,pNotify) (This)->lpVtbl->UnregisterControlChangeNotify(This,pNotify)
384 static FORCEINLINE HRESULT IAudioEndpointVolume_RegisterControlChangeNotify(IAudioEndpointVolume* This,IAudioEndpointVolumeCallback *pNotify) {
385 return This->lpVtbl->RegisterControlChangeNotify(This,pNotify);
387 static FORCEINLINE HRESULT IAudioEndpointVolume_UnregisterControlChangeNotify(IAudioEndpointVolume* This,IAudioEndpointVolumeCallback *pNotify) {
388 return This->lpVtbl->UnregisterControlChangeNotify(This,pNotify);
445 IAudioEndpointVolumeCallback *pNotify);
453 IAudioEndpointVolumeCallback *pNotify);
642 IAudioEndpointVolumeCallback *pNotify);
646 IAudioEndpointVolumeCallback *pNotify);
745 #define IAudioEndpointVolumeEx_RegisterControlChangeNotify(This,pNotify) (This)->lpVtbl->RegisterControlChangeNotify(This,pNotify)
746 #define IAudioEndpointVolumeEx_UnregisterControlChangeNotify(This,pNotify) (This)->lpVtbl->UnregisterControlChangeNotify(This,pNotify)
777 static FORCEINLINE HRESULT IAudioEndpointVolumeEx_RegisterControlChangeNotify(IAudioEndpointVolumeEx* This,IAudioEndpointVolumeCallback *pNotify) {
778 return This->lpVtbl->RegisterControlChangeNotify(This,pNotify);
780 static FORCEINLINE HRESULT IAudioEndpointVolumeEx_UnregisterControlChangeNotify(IAudioEndpointVolumeEx* This,IAudioEndpointVolumeCallback *pNotify) {
781 return This->lpVtbl->UnregisterControlChangeNotify(This,pNotify);