ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Network functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
NetworkDomainName (Function)
In french: RéseauNomDomaine
Returns the name of the domain associated with the computer.
Example
DomainName is string
DomainName = NetworkDomainName()
Info("Your computer is associated with:  " + DomainName)
Syntax
<Result> = NetworkDomainName([<Options>])
<Result>: Character string
Domain name of the computer.
<Options>: Optional Integer constant
Domain type:
netDomainDNS
(Default value)
Name of DNS domain associated with the computer.
netDomainNetBIOSName of NetBIOS domain associated with the computer.
Component: wd290std.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Exemplo Pegar Nome Dominio
Exemplo Pegar Nome Dominio

EDT_DominioDesseComputador=NetworkDomainName()

//blog com Video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/09/curso-windev-funcoes-windows-012.html
https://www.youtube.com/watch?v=M6XzE6Sk4ms
De matos
18 Sep. 2016

Last update: 05/26/2022

Send a report | Local help