N2PDFGetErrorText

Start page  Previous page  Next page

 

N2PDFGetErrorText ( <ErrorCode> ) -> <ErrorMessage>

 

Description

This function allows n2pdf to translate an error code into clear text. Invoke the function using the error code as the parameter and the error code is provided in plain text as the return value.

 

Declaration for LotusScript

Declare Function N2PDFGetErrorText Lib LibName_

( ByVal ErrorCode As Long ) As Unicode String

 

Parameters

<ErrorCode> (LONG)

The error code to be converted into clear text.

 

Return

<ErrorMessage> (UNICODE STRING)

Description of the error code.