Please enter search query.
Search <book_title>...
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
Last Published:
2021-01-01
Product(s):
NetBackup (9.0.0.1, 9.0)
- Introduction to NetBackup XBSA
- How to set up the SDK
- Using the NetBackup XBSA interface
- NetBackup XBSA data structures
- NetBackup XBSA environment
- XBSA sessions and transactions
- Creating a NetBackup XBSA application
- How to build an XBSA application
- How to run a NetBackup XBSA application
- API reference
- Function calls
- Function specifications
- Type definitions
- Process flow and troubleshooting
- How to use the sample files
- Support and updates
- Appendix A. Register authorized locations
Use of BSA_DataBlock32 in BSASendData()
For BSASendData(), all parameters in the BSA_DataBlock32 structure are set by the XBSA application and adhere to the NetBackup XBSA interface preferences or the function fails with a BSA_RC_INVALID_DATABLOCK error. The NetBackup XBSA interface is not allowed to change any of the parameters.
The buffers that are passed by BSASendData() must be full. This means that numBytes must be equal to bufferLen. The buffer for the last BSASendData() call for an object does not need to be full.