Home | History | Annotate | Download | only in include

Lines Matching refs:GetSource

3304     virtual HRESULT WINAPI GetSource(BSTR *pBstrSource) = 0;
3316 HRESULT (WINAPI *GetSource)(IErrorInfo *This,BSTR *pBstrSource);
3330 #define IErrorInfo_GetSource(This,pBstrSource) (This)->lpVtbl->GetSource(This,pBstrSource)