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. |