Xbasic
API_GETDOMAINNAME Function
Syntax
Domain_Name as C = API_GetDomainName()
Arguments
- Domain_Name
The name of your network domain, if any.
Description
The API_GETDOMAINNAME() function returns the name of your network domain or the domain of the currently logged on user
Example
? API_GetDomainName() = "ALPHASOFTWARE" .
Limitations
Desktop applications only.
See Also