Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The DNS_ATMA_DATA structure represents a DNS ATM address (ATMA) resource record (RR).
Syntax
typedef struct {
BYTE AddressType;
BYTE Address[DNS_ATMA_MAX_ADDR_LENGTH];
} DNS_ATMA_DATA, *PDNS_ATMA_DATA;
Members
AddressType
The format of the ATM address in Address. The possible values for AddressType are:
Address[DNS_ATMA_MAX_ADDR_LENGTH]
A BYTE array that contains the ATM address whose format is specified by AddressType.
Remarks
The DNS_ATMA_DATA structure is used in conjunction with the DNS_RECORD structure to programmatically manage DNS entries.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | windnsdef.h |