Home | History | Annotate | Download | only in include

Lines Matching defs:RemoveAll

577     virtual HRESULT WINAPI RemoveAll(void) = 0;
600 HRESULT (WINAPI *RemoveAll)(IAgentCommands *This);
625 #define IAgentCommands_RemoveAll(This) (This)->lpVtbl->RemoveAll(This)
697 HRESULT (WINAPI *RemoveAll)(IAgentCommandsEx *This);
737 #define IAgentCommandsEx_RemoveAll(This) (This)->lpVtbl->RemoveAll(This)