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. NBBSAFreeJobInfo
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0

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.

Feedback

Was this page helpful?
Previous

NBBSAEndGetMultipleObjects

Next

NBBSAGetEnv

Feedback

Was this page helpful?