QueryDomain
The QueryDomain function indicates whether a specified domain belongs to a specified domain type.
Syntax
Copy Code | |
---|---|
bool QueryDomain( Domain domaintype, string domainname ); |
Parameters
Return Values
Returns true if the domain name specified by the domainname parameter belongs to the domain type specified by the domaintype parameter; else false.