TCPIP_DNSS_RESULT_OBSOLETE Enumeration
C
typedef enum {
DNSS_RES_OK = 0,
DNSS_RES_NO_SERVICE = -1,
DNSS_RES_CACHE_FULL = -2,
DNSS_RES_NO_ENTRY = -3,
DNSS_RES_NO_IPADDRESS = -4,
DNSS_RES_MEMORY_FAIL = -5,
DNSS_RES_DUPLICATE_ENTRY = -6
} TCPIP_DNSS_RESULT_OBSOLETE;
Description
Enumeration: TCPIP_DNSS_RESULT_OBSOLETE.
DNS Server operations results.
Members
Members | Description |
---|---|
DNSS_RES_OK = 0 | Operation succeeded. |
DNSS_RES_NO_SERVICE = -1 | DNS service not implemented or uninitialized. |
DNSS_RES_CACHE_FULL = -2 | The cache is full and no entry could be added. |
DNSS_RES_NO_ENTRY = -3 | DNSS no such name. |
DNSS_RES_NO_IPADDRESS = -4 | No such IP address. |
DNSS_RES_MEMORY_FAIL = -5 | Out of memory failure. |
DNSS_RES_DUPLICATE_ENTRY = -6 | Duplicate entry was found. |
Remarks
This type is obsolete and it will be removed. Please use the TCPIP_DNSS_RESULT().