5.3.22. PreprocessorExEndLocal

[<<<] [>>>]

This entry point is used when the syntax analyzer exists a local scope. This is when a function or a sub ends.

The argument p points to the actual peXobject syntax analysis object structure. The function has to return zero or the error code and should set the parameter *pCmd to PreprocessorContinue, PreprocessorDone, or PreprocessorUnload.


[<<<] [>>>]