Home | History | Annotate | Download | only in include

Lines Matching defs:GetCaption

387     virtual HRESULT WINAPI GetCaption(BSTR *pbszCaption) = 0;
411 HRESULT (WINAPI *GetCaption)(IAgentCommand *This,BSTR *pbszCaption);
437 #define IAgentCommand_GetCaption(This,pbszCaption) (This)->lpVtbl->GetCaption(This,pbszCaption)
502 HRESULT (WINAPI *GetCaption)(IAgentCommandEx *This,BSTR *pbszCaption);
532 #define IAgentCommandEx_GetCaption(This,pbszCaption) (This)->lpVtbl->GetCaption(This,pbszCaption)
569 virtual HRESULT WINAPI GetCaption(BSTR *pbszCaption) = 0;
592 HRESULT (WINAPI *GetCaption)(IAgentCommands *This,BSTR *pbszCaption);
617 #define IAgentCommands_GetCaption(This,pbszCaption) (This)->lpVtbl->GetCaption(This,pbszCaption)
689 HRESULT (WINAPI *GetCaption)(IAgentCommandsEx *This,BSTR *pbszCaption);
729 #define IAgentCommandsEx_GetCaption(This,pbszCaption) (This)->lpVtbl->GetCaption(This,pbszCaption)