2.2.5.2.6.1 DNS_RPC_ZONE_DATABASE_W2K

The DNS_RPC_ZONE_DATABASE_W2K structure specifies how a DNS zone is stored in persistent storage.

 typedef struct _DnssrvRpcZoneDatabaseW2K {
   DWORD fDsIntegrated;
   [string] char* pszFileName;
 } DNS_RPC_ZONE_DATABASE_W2K,
  *PDNS_RPC_ZONE_DATABASE_W2K;

fDsIntegrated: This MUST be set TRUE (0x00000001) if the zone is stored in a directory server, or FALSE (0x00000000) if not.

pszFileName: A pointer to a null-terminated UTF-8 string that specifies the name of the file in which this zone is stored, or NULL if this zone is to be stored in a directory server or in a file with the default file name for the zone.