Home | History | Annotate | Download | only in include

Lines Matching refs:SetClassName

201     virtual HRESULT WINAPI SetClassName(LPCWSTR Name) = 0;
234 HRESULT (WINAPI *SetClassName)(IWbemPath *This,LPCWSTR Name);
269 #define IWbemPath_SetClassName(This,Name) (This)->lpVtbl->SetClassName(This,Name)