2.2.6.2.5 DNS_RPC_TRUST_POINT_LIST

The DNS_RPC_TRUST_POINT_LIST structure contains zero or more DNS_RPC_TRUST_POINT structures.

 typedef struct _DnssrvRpcTrustPointList {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   [range(0,500000)] DWORD dwTrustPointCount;
   [size_is(dwTrustPointCount)] PDNS_RPC_TRUST_POINT TrustPointArray[];
 } DNS_RPC_TRUST_POINT_LIST,
  *PDNS_RPC_TRUST_POINT_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.

dwTrustPointCount: The size of the TrustPointArray array.

TrustPointArray: An array of pointers to DNS_RPC_TRUST_POINT structures.