![]() |
Home |
|
Function xn_get_domain_nameThis function returns the system's default domain name. const char * xn_get_domain_name(void); The return value is a pointer to the domain name or NULL if no domain name has been set up. If an error occurred, call xn_getlasterror and xn_geterror_string to return the error value. Section Error Codes further describes each error. A domain name can be set with xn_set_domain_name.
|