getDefaultDomain
getDefaultDomain — returns the current default domain.
LPCTSTR getDefaultDomain( | ); |
void;String getDefaultDomain( | ); |
void;The domain name string, or NULL[7] if none has been set.
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.