Home | History | Annotate | Download | only in include

Lines Matching refs:put_DisplayName

4265     virtual HRESULT WINAPI put_DisplayName(BSTR bstrDisplayName) = 0;
4313 HRESULT (WINAPI *put_DisplayName)(IADsService *This,BSTR bstrDisplayName);
4363 #define IADsService_put_DisplayName(This,bstrDisplayName) (This)->lpVtbl->put_DisplayName(This,bstrDisplayName)
4563 HRESULT (WINAPI *put_DisplayName)(IADsFileService *This,BSTR bstrDisplayName);
4617 #define IADsFileService_put_DisplayName(This,bstrDisplayName) (This)->lpVtbl->put_DisplayName(This,bstrDisplayName)