pdf_GetLastPDFErrorText

 

bool pdf_GetLastPDFErrorText(HPDF pPDF, LPTSTR szErrorMessage)

Description

Returns the last error message in the "szErrorMessage" parameter.

Parameters

HPDF

pPDF

pointer to the PDF object

LPCTSTR

szErrorMessage

The string containing the last generated error message.  The text of the error message will be stored in this string

Return values

TRUE on success, FALSE if fails.