DNS Data Types
The following data types are defined for DNS:
typedef DWORD IP4_ADDRESS;
- IP4_ADDRESS
-
A value that represents an Internet Protocol version 4 (IPv4) address. For example, the dotted decimal IPv4 address, 127.0.0.1, is represented in host byte order as 0x7F000001.
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Header |
|
Community Additions
ADD
Show: