DCHK Client Version 0.5.7 - Documentation |
![]() |
A Structure to hold list of domains. More...
#include <dchk.h>
This structure implements a list of domains stored in DCHK_RECORD structures. It is used for bundled DCHK requests (see dchk_QueryDomainList, dchk_NewDomainList, dchk_FreeDomainList and dchk_AddDomain)
Data Fields | |
DCHK_RECORD * | first |
Pointer to the first element in the list. | |
DCHK_RECORD * | last |
Pointer to the last element in the list. | |
int | num |
Number of elements in the list. |