2.2.5.2.8 DNS_RPC_ZONE_EXPORT_INFO

The DNS_RPC_ZONE_EXPORT_INFO structure contains the information file to which a zone is exported on the DNS server.<44>

 typedef struct _DnssrvRpcZoneExport {
   DWORD dwRpcStructureVersion;
   DWORD dwReserved0;
   [string] char* pszZoneExportFile;
 } DNS_RPC_ZONE_EXPORT_INFO,
  *PDNS_RPC_ZONE_EXPORT_INFO;

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

pszZoneExportFile: A pointer to a null-terminated UTF-8 string that specifies the name of the file to which a zone is exported by the DNS server.