HrRestoreEnd

The HrRestoreEnd function cleans up after a restore operation has been performed.

Quick Info

Header file: EDBBCLI.H
Library: EDBBCLI.LIB

HRESULT HrRestoreEnd(
  HBC hbcRestoreContext  
);
 

Parameters

hbcRestoreContext
Input parameter. Client-side context handle of the restore.

Return Values

See Return Values.

Remarks

The HrRestoreEnd function closes outstanding binding handles and does whatever is necessary to clean up after a restore attempt.

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

See Also

HrRestorePrepare