2.2.6.2.7 DNS_RPC_TRUST_ANCHOR_LIST

The DNS_RPC_TRUST_ANCHOR_LIST structure contains zero or more DNS_RPC_TRUST_ANCHOR structures.

 typedef struct _DnssrvRpcTrustAnchorList {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   [range(0,500000)] DWORD dwTrustAnchorCount;
   [size_is(dwTrustAnchorCount)] PDNS_RPC_TRUST_ANCHOR TrustAnchorArray[];
 } DNS_RPC_TRUST_ANCHOR_LIST,
  *PDNS_RPC_TRUST_ANCHOR_LIST;

dwRpcStructureVersion: The structure version number; this MUST be set to 0x00000001.

dwReserved0: MUST be set to zero when sent and MUST be ignored on receipt.

dwTrustAnchorCount: The size of the TrustAnchorArray array.

TrustAnchorArray: An array of pointers to DNS_RPC_TRUST_ANCHOR structures (section 2.2.6.2.6).