The HrRestoreRegisterComplete function completes a restore operation, allowing subsequent restore operations.
Header file: | EDBBCLI.H |
Library: | EDBBCLI.LIB |
HRESULT HrRestoreRegisterComplete(
HBC hbcRestoreContext,
HRESULT hrRestoreState
);
Otherwise, the service can not restart.
See Return Values.
HrRestoreRegisterComplete allows the restore target to start if hrRestoreState is hrNone. Otherwise, HrRestoreRegisterComplete prevents the restore target from restarting.
For more information on this function, see Backing Up and Restoring Data.