Function PreprocessorUninstall() Professional

Deinstalls the preprocessor

Syntax
PreprocessorUninstall() --> nError
Return

The return value of PreprocessorUninstall() is is a numerical value indicating the success or error of the function. If no error occured, the returned value is XPP_ERR_NONE.

Description

Deinstalls the PreProcessor-API. Any call to functions of the API is illegal afterwards, except to PreProcessorInstall() to reinstall the API. The function is required to be able to reinstall the PreProcessor-API with a different default command file.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.