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
NBBSAFreeJobInfo
Free job information.
SYNOPSIS
#include <nbbsa.h>
int NBBSAFreeJobInfo(char **jobInfo)
DESCRIPTION
NBBSAFreeJobInfo() frees the job information storage that was allocated previously through a call to NBBSAGetJobInfo().
PARAMETER
char **JobInfo(I) | The job information array of pointers to character strings that was populated by a previous call to NBBSAGetJobInfo(). |
RETURN VALUE
The following return codes are returned by this function:
BSA_RC_NULL_ARGUMENT | A NULL pointer was encountered by the argument. |
BSA_RC_ABORT_SYSTEM_ERROR | System detected error, operation aborted. |
BSA_RC_SUCCESS | The function succeeded. |