zUnregisterDemigrateFunction

Cleans up the function that is used to demigrate files.

Service:File System Services (64-Bit)

Syntax

#include <zMigrate.h>

STATUS zUnregisterDemigrateFunction(
   void);

Return Values

zOK

The demigration function was cleared successfully.

non-0

An error occurred (see Section 4.1, Return Values for a description).

Remarks

When the demigration function is deregistered, all active keys that were previously passed to the demigration function become inactive. If the system is in the middle of demigrating a file, further attempts to write to the data stream of that file will fail.

See Also

zRegisterDemigrateFunction