Skip to main content

Name

dns_get_domain — Retrieve information about the specified domain

Synopsis

#include "dns_ds.h"

| domain_record ***dns_get_domain** ( | domain); |   |

const char * <var class="pdparam">domain</var>;

Description

Retrieve the domain record struct from a domain name.

Parameters

domain

The domain name as a string.

Return Values

This function returns a pointer to a domain_record struct. For documentation of this data structure see “domain_record”.

Threading

It is only legal to call this function in the Scheduler thread.

Was this page helpful?