2.2.13.1.3.1 DNS_RPC_ZONE_SCOPE_INFO_V1

The DNS_RPC_ZONE_SCOPE_INFO_V1 structure<88> contains the details of the zone scope or cache scope.

 typedef struct _DnsRpcZoneScopeInfo {
   DWORD dwRpcStructureVersion;
   LPWSTR pwszScopeName;
   LPWSTR pwszDataFile;
 } DNS_RPC_ZONE_SCOPE_INFO_V1,
  *PDNS_RPC_ZONE_SCOPE_INFO_V1;

dwRpcStructureVersion: The DNS management structure version number. This value MUST be set to 0x00000001.

pwszScopeName: The name of the zone scope or cache scope.

pwszDataFile: The name of the zone scope or cache scope data file.