DOMAIN AVAILABLE Clause Samples
DOMAIN AVAILABLE. This structure will be used to query the availability of a particular domain name. struct T_DOMAIN_AVAILABLE{ struct T_PERL_INTF PerlIntf; BYTE yDNSAddress[4]; }; The usage of the fields is explained below. nCOMMAND: CMD_CHECKAVAILABLE. eSERVERTYPE: SERVER_DOMAIN. szADMINUSERNAME: Not used. szADMINPASSWORD: Not used. nRETURNVALUE: The return status of the domain name query. This field is filled on return. The permitted return values are: - SUCCESS: The domain name is not registered and an attempt can be made to register the same. - DOMAIN_WITH_THIRD_PARTY: The domain has been registered with InterNIC. The DNS server pointed to by InterNIC is not owned by CNM. The actual IP Address of the DNS server returned by InterNIC is returned in the yDNSAddress field. - DOMAIN_WITH_OUR_DNS: The domain has been registered with InterNIC. The DNS server registered with InterNIC belongs to CNM. The actual IP Address of the DNS server returned by InterNIC is returned in the yDNSAddress field. - DOMAIN_BEING_PROCESSED: The domain has not been registered with InterNIC, but our local queue is processing this domain for some other user. yDNSADDRESS: The IP Address of the DNS server. Check the description of nReturnValue for validity of this value.
