JCL Help:JclInstallCppExceptionFilter
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: JclInstallCppExceptionFilter Function
[+] JclCppException.pas Functions
Search in JCL Help
Search in all projects
Summary
Installs the C++ exception filter.
Pascal
procedure JclInstallCppExceptionFilter;
Description
Calling the function JclInstallCppExceptionFilter() installs an exception filter which generates wrapper exceptions of type EJclCppStdException for external C++ exceptions. Returns true if the installation was successful, false otherwise.
NOTE: This function requires that JclHookExceptions from JclHookExcept.pas has been called before. It will fail if this is not the case; it will not set up the required hooks implicitly!
About
Unit
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page