2.2.6.1.3 ImportOpResult
The ImportOpResult enumeration SHOULD<47> define the operations to be executed when the DNS_RPC_ZONE_DNSSEC_SETTINGS structure (section 2.2.6.2.9) is imported on a zone.
-
typedef enum ImportOperationResult { IMPORT_STATUS_NOOP, IMPORT_STATUS_SIGNING_READY, IMPORT_STATUS_UNSIGNING_READY, IMPORT_STATUS_CHANGED } ImportOpResult;
IMPORT_STATUS_NOOP: No change was detected in the imported signing settings or the signing settings of the zone.
IMPORT_STATUS_SIGNING_READY: The zone is marked for re-signing.
IMPORT_STATUS_UNSIGNING_READY: The zone is marked for unsigning.
IMPORT_STATUS_CHANGED: The change was detected in signing settings imported and were incorporated, but no re-signing or unsigning is required.