Home | History | Annotate | Download | only in include

Lines Matching refs:put_Server

1561     virtual HRESULT WINAPI put_Server(BSTR strServer) = 0;
1595 HRESULT (WINAPI *put_Server)(ISWbemObjectPath *This,BSTR strServer);
1631 #define ISWbemObjectPath_put_Server(This,strServer) (This)->lpVtbl->put_Server(This,strServer)