Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DNS_RPC_ENUM_ZONE_SCOPE_LIST structure<86> contains a list of zone scopes or cache scopes to be enumerated.
-
typedef struct _DnsRpcEnumZoneScopeList { DWORD dwRpcStructureVersion; DWORD dwZoneScopeCount; LPWSTR ZoneScopeArray[1]; } DNS_RPC_ENUM_ZONE_SCOPE_LIST, *PDNS_RPC_ENUM_ZONE_SCOPE_LIST;
dwRpcStructureVersion: The DNS management structure version number. This value MUST be set to 0x00000001.
dwZoneScopeCount: The number of zone scopes or cache scopes.
ZoneScopeArray: An array containing the names of zone scopes or cache scopes.