Home | History | Annotate | Download | only in include

Lines Matching refs:get_HelpFile

1271     virtual HRESULT WINAPI get_HelpFile(BSTR *File) = 0;
1343 HRESULT (WINAPI *get_HelpFile)(IAgentCtlCharacterEx *This,BSTR *File);
1417 #define IAgentCtlCharacterEx_get_HelpFile(This,File) (This)->lpVtbl->get_HelpFile(This,File)