XLL+ Class Library (7.0)

CXllFunctionFilterLoader Class

Loads a configuration file, and applies the contents to the function filter registry.

class CXllFunctionFilterLoader

Overview

The CXllFinder class is a utility class to help you load configuration files which will be applied to the CXllFunctionFilter function filter registry. This enables control of the function filter at run-time.

Note that this method of control can be altered by users; if you want to keep the function filter under the control of the developer, then you should use the FunctionFilterOptIn or FunctionFilterOptOut function extensions.

Usage

The CXllFunctionFilterLoader class is usually instantiated and used by the event handler class CXllFunctionFilterEventHandlerFromFile. It is not normally used directly by the developer.

Requirements

Header: xlpfunctionfilter.h

See Also

CXllFunctionFilterLoader Methods | xlpfunctionfilter.h | CXllFunctionFilter class | Publishing and suppressing add-in functions (User Guide)