Home | History | Annotate | Download | only in include

Lines Matching refs:GetOutputStream

6221     virtual HRESULT STDMETHODCALLTYPE GetOutputStream(
6384 HRESULT (STDMETHODCALLTYPE *GetOutputStream)(
6514 #define ISpVoice_GetOutputStream(This,ppStream) (This)->lpVtbl->GetOutputStream(This,ppStream)
6588 return This->lpVtbl->GetOutputStream(This,ppStream);