Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
  3. API reference
  4. Function specifications
  5. NBBSAEndGetMultipleObjects
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

NBBSAEndGetMultipleObjects

End the restore of multiple objects.

SYNOPSIS

#include <nbbsa.h>

int NBBSAEndGetMultipleObjects(BSA_Handle bsaHandle, BSA_Vote vote, NBBSA_DESCRIPT_LIST * descriptList)

DESCRIPTION

NBBSAEndGetMultipleObjects() closes the communications to the NetBackup server to end a multiple object restore. The objectDescriptor list is freed and a check is made to see if all of the objects requested were restored. If all of the objects were not restored, NBBSAEndGetMultipleObjects() returns an error. A vote parameter is provided to allow the multiple object restore to be aborted. As with a single object restore, commit or abort provides no functional difference to NetBackup.

PARAMETERS

BSA_Handle bsaHandle (I)

The handle that associates this call with a previous BSAInit() call.

BSA_Vote vote (I)

Allows the multiple object restore to be committed or aborted.

NBBSA_DESCRIPT_LIST * descriptList (I)

List of objects that were restored as part of the multiple object restore.

RETURN VALUE

The following return codes are returned by this function:

BSA_RC_INVALID_HANDLE

The handle used to associate this call with a previous BSAInit()() call is invalid.

BSA_RC_MORE_DATA

Not all of the requested objects were restored.

BSA_RC_SUCCESS

The end of the restore has been successfully completed.

Feedback

Was this page helpful?
Previous

NBBSADeleteImage

Next

NBBSAFreeJobInfo

Feedback

Was this page helpful?