Home | History | Annotate | Download | only in include

Lines Matching refs:GetErrorInfo

450     virtual HRESULT WINAPI GetErrorInfo(BSTR *pbs,int *phr) = 0;
472 HRESULT (WINAPI *GetErrorInfo)(ISearchCommandExt *This,BSTR *pbs,int *phr);
496 #define ISearchCommandExt_GetErrorInfo(This,pbs,phr) (This)->lpVtbl->GetErrorInfo(This,pbs,phr)