Skip to content

LSCOMPILEERRPROC

Data Type : LotusScript
LSCOMPILEERRPROC - Callback action routine for NSFNoteLSCompileExt.

#include <nsfnote.h>

Definition :

typedef STATUS (LNCALLBACKPTR LSCOMPILEERRPROC)(
    const LSCOMPILE_ERR_INFO* pInfo, 
    void* pCtx);

Description :

The callback function is only called if there were any compilation errors.

    pInfo - (I) pointer to a LSCOMPILE_ERR_INFO structure.
    pCtx - (I) pointer to the user-defined data.

See Also : LSCOMPILE_ERR_INFO; NSFNoteLSCompileExt