HrBackupEnd

The HrBackupEnd function cleans up after a backup operation is finished.

Quick Info

Header file: EDBBCLI.H
Library: EDBBCLI.LIB

HRESULT HrBackupEnd(
  HBC pvBackupContext  
);
 

Parameters

pvBackupContext
Input parameter. Points to the client-side context handle of the backup.

Return Values

See Return Values.

Remarks

The HrBackupEnd function closes outstanding binding handles and does whatever is necessary to clean up after a successful or unsuccessful backup attempt.

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

See Also

HrRestoreEnd