CDnsClient::GetResolverOptions Method  
 
DWORD GetResolverOptions();

The GetResolverOptions method returns the options that have been set for the client session.

Parameters

None.

Return Value

If the method succeeds, the return value is the resolver options set for the client session. If the client handle is invalid or no resolver options have been specified, the function will return zero.

Remarks

The GetResolverOptions method can be used to determine which resolver options have been specified for the client session. For a list of the available options, refer to the documentation for the SetResolverOptions method.

Requirements

Client: Requires Windows 7, Windows Vista or Windows XP.
Server: Requires Windows Server 2008 or Windows Server 2003.
Header: Include cstools7.h.
Library: Use csdnsav7.lib.

See Also

CDnsClient, SetResolverOptions