API

CibPdfBrJobGetError

Get last error code for a given job.

Syntax

C
int CibPdfBrJobGetError(
  CibPdfBrJobHandle a_hJob,
int *a_pErrorCode
);

Parameters

CibPdfBrJobHandle a_hJob: Handle of the job.

int *a_pErrorCode: Pointer to an integer to retrieve the error code.

Return value

A positive value (TRUE) is returned if the function succeeded, else a FALSE (0) value is returned.