Home | History | Annotate | Download | only in include

Lines Matching refs:get_HelpFile

641     virtual HRESULT WINAPI get_HelpFile(BSTR *pbstr) = 0;
659 HRESULT (WINAPI *get_HelpFile)(ADOError *This,BSTR *pbstr);
679 #define Error_get_HelpFile(This,pbstr) (This)->lpVtbl -> get_HelpFile(This,pbstr)