BackupFree

The BackupFree function frees a backup memory buffer.

Quick Info

Header file: EDBBCLI.H
Library: EDBBCLI.LIB

VOID BackupFree(
  PVOID pvBuffer  
);
 

Parameters

pvBuffer
Input parameter. Points to the memory buffer to be freed.

Return Values

None.

Remarks

The BackupFree function frees the buffer that was allocated for the call to the HrBackupRead function.

For more information on this function, see Backing Up and Restoring Data.

See Also

HrBackupOpenFile