getDefaultDomain

getDefaultDomain — returns the current default domain.

Syntax

For C++:

LPCTSTR getDefaultDomain(void);

For Java, and C#:

String getDefaultDomain(void);

Returns

The domain name string, or NULL[10] if none has been set.

Description

This method accesses the domain name string specified by the setDefaultDomain method. The value returned is based on a local (client) copy, and is therefore not dependent on the connection status.

See Also

setDefaultDomain



[10] null in Java and C#.