ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / DNS 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
DNSListAddress (Function)
In french: DNSListeAdresse
Lists the IP addresses associated with a name in the DNS server.
Example
IPList is string
IPList = DNSListAddress("testdoc.doc.local", "Andromeda_2")
Syntax
<Result> = DNSListAddress(<Name> [, <DNS server>])
<Result>: Character string
List of IP addresses separated by CR characters (Carriage Return).
<Name>: Unicode string
Full name on which the IP addresses must be retrieved. This parameter has the following format: <Name> + "." + <Domain>.
Example: "testdoc.pcsoft.com"
<DNS server>: Optional character string
Address of the DNS server to use. By default, the current DNS server is used.
Remarks
  • This function supports the Linux and Windows DSN servers that do not require signed requests.
  • This function supports the Linux and Windows DSN servers that require signed requests.
Component: wd270com.dll
See also
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help