2.2.14.1.1 DNS_RPC_ENUM_SCOPE_LIST
The DNS_RPC_ENUM_SCOPE_LIST structure<89> contains the list of server scopes configured on the DNS server.
-
typedef struct _DnsRpcEnumScopeList { DWORD dwRpcStructureVersion; DWORD dwScopeCount; LPWSTR ScopeArray[1]; } DNS_RPC_ENUM_SCOPE_LIST, *PDNS_RPC_ENUM_SCOPE_LIST;
dwRpcStructureVersion: The DNS management structure version number. This value MUST be set to 0x00000000.
dwScopeCount: The number of server scopes.
ScopeArray: An array containing the names of server scopes.