1.8.40. ex_PredeclareGlobalLongConst()

[<<<] [>>>]

This function is used to declare the global constants that are given in the syntax defintinon, and should be defined before the program is started to be analized.

int ex_PredeclareGlobalLongConst(peXobject pEx,
                                 char *pszConstName,
                                 long lConstValue
);

[<<<] [>>>]