Home | History | Annotate | Download | only in include

Lines Matching refs:get_Server

1560     virtual HRESULT WINAPI get_Server(BSTR *strServer) = 0;
1594 HRESULT (WINAPI *get_Server)(ISWbemObjectPath *This,BSTR *strServer);
1630 #define ISWbemObjectPath_get_Server(This,strServer) (This)->lpVtbl->get_Server(This,strServer)