Home | History | Annotate | Download | only in include

Lines Matching refs:put_DisplayName

1566     virtual HRESULT WINAPI put_DisplayName(BSTR strDisplayName) = 0;
1600 HRESULT (WINAPI *put_DisplayName)(ISWbemObjectPath *This,BSTR strDisplayName);
1636 #define ISWbemObjectPath_put_DisplayName(This,strDisplayName) (This)->lpVtbl->put_DisplayName(This,strDisplayName)