5.3.21. PreprocessorExStartLocal

[<<<] [>>>]

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

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.


[<<<] [>>>]