ESERestoreFree Function

Topic Last Modified: 2006-06-12

The ESERestoreFree function frees memory buffers allocated by other restore functions.

Applies To

ESEbcli2 DLL Functions Interface

Syntax

void ESERestoreFree
(
        void* pvBuffer
);

Parameters

  • pvBuffer
    Input parameter. A pointer to the buffer to be freed.

Return Value

No return value.

Remarks

Although this function is available in the esebcli2 library, it is not recommended for use in a restore application. Exchange Storage Engine (ESE) restore functions that allocate memory have corresponding functions that complete the operation and free the allocated memory.

Applications that use this function must be run under a user account that has Microsoft® Windows® server operating systems Backup and Restore privileges.