Code:
SUB HPDF_Error_Handler [B][COLOR="Red"]HPDF_CALLCONV()[/COLOR][/B] ( _ BYVAL error_no AS HPDF_STATUS, _ BYVAL detail_no AS HPDF_STATUS, _ BYVAL user_data AS DWORD) LOCAL strMsg AS STRING strMsg = "Error number = " & STR$(error_no) & " [&H" & HEX$(error_no) & "]" & $CRLF strMsg = strMsg & "Detail number = " & STR$(detail_no) & " [&H" & HEX$(detail_no) & "]" ? strMsg END SUB
Leave a comment: