HomeSort by relevance Sort by last modified time
    Searched refs:SetServer (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsclient.h 150 STDMETHOD(SetServer)(THIS_ LPCWSTR pszServer,LPCWSTR pszUserName,LPCWSTR pszPassword,DWORD dwFlags) PURE;
wmiutils.h 187 virtual HRESULT WINAPI SetServer(LPCWSTR Name) = 0;
220 HRESULT (WINAPI *SetServer)(IWbemPath *This,LPCWSTR Name);
255 #define IWbemPath_SetServer(This,Name) (This)->lpVtbl->SetServer(This,Name)
    [all...]

Completed in 50 milliseconds