Home | History | Annotate | Download | only in include

Lines Matching refs:OnSessionCreated

1055     virtual HRESULT STDMETHODCALLTYPE OnSessionCreated(
1079 HRESULT (STDMETHODCALLTYPE *OnSessionCreated)(
1096 #define IAudioSessionNotification_OnSessionCreated(This,NewSession) (This)->lpVtbl->OnSessionCreated(This,NewSession)
1110 return This->lpVtbl->OnSessionCreated(This,NewSession);