Name
dns_get_domain — Retrieve information about the specified domain
Synopsis
#include "dns_ds.h"
| domain_record ***dns_get_domain** ( | domain); | |
Description
Retrieve the domain record struct from a domain name.
- domain
-
The domain name as a string.
This function returns a pointer to a domain_record struct. For documentation of this data structure see “domain_record”.
It is only legal to call this function in the Scheduler thread.
Was this page helpful?