IBdnHostLocator::SetServer

[This is preliminary documentation and subject to change.]

The SetServer method sets the name of the ARS to use.

Syntax

HRESULT SetServer(
  LPCOLESTR ServerName
);
 

Parameters

ServerName
Pointer to a Unicode string containing the name of the host to use for address reservations.

Return Value

Returns E_INVALIDARG if the ServerName parameter is NULL, otherwise the method returns S_OK.

See Also

IBdnHostLocator::GetServer, IBdnHostLocator::FindServer