TCPIP_DNS_ClientInfoGet Function
C
TCPIP_DNS_RESULT TCPIP_DNS_ClientInfoGet(
TCPIP_DNS_CLIENT_INFO* pClientInfo
);
Description
This function is used to get the current settings of the DNS client.
Preconditions
The DNS client module must be initialized.
Paramaters
Parameters | Description |
---|---|
pClientInfo | Pointer to a TCPIP_DNS_CLIENT_INFO data structure to receive the DNS client information. |
Returns
TCPIP_DNS_RES_OK - On success.
TCPIP_DNS_RES_NO_SERVICE - DNS resolver non existent/uninitialized.
Remarks
None.