Home | History | Annotate | Download | only in include

Lines Matching refs:put_Authority

1578     virtual HRESULT WINAPI put_Authority(BSTR strAuthority) = 0;
1612 HRESULT (WINAPI *put_Authority)(ISWbemObjectPath *This,BSTR strAuthority);
1648 #define ISWbemObjectPath_put_Authority(This,strAuthority) (This)->lpVtbl->put_Authority(This,strAuthority)