Home | History | Annotate | Download | only in include

Lines Matching refs:put_Description

260     virtual HRESULT WINAPI put_Description(BSTR bstrDescription) = 0;
285 HRESULT (WINAPI *put_Description)(IEventPublisher *This,BSTR bstrDescription);
312 #define IEventPublisher_put_Description(This,bstrDescription) (This)->lpVtbl->put_Description(This,bstrDescription)
364 virtual HRESULT WINAPI put_Description(BSTR bstrDescription) = 0;
389 HRESULT (WINAPI *put_Description)(IEventClass *This,BSTR bstrDescription);
416 #define IEventClass_put_Description(This,bstrDescription) (This)->lpVtbl->put_Description(This,bstrDescription)
487 HRESULT (WINAPI *put_Description)(IEventClass2 *This,BSTR bstrDescription);
522 #define IEventClass2_put_Description(This,bstrDescription) (This)->lpVtbl->put_Description(This,bstrDescription)
582 virtual HRESULT WINAPI put_Description(BSTR bstrDescription) = 0;
627 HRESULT (WINAPI *put_Description)(IEventSubscription *This,BSTR bstrDescription);
674 #define IEventSubscription_put_Description(This,bstrDescription) (This)->lpVtbl->put_Description(This,bstrDescription)