BOOL CCreatePDF::GetLastPDFErrorText(LPTSTR szErrorMessage)
Description
Returns the last error message in the "szErrorMessage" parameter.
Parameters
|
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.