XLL+ Class Library (7.0)

CXllFunctionFilterOptOut::CXllFunctionFilterOptOut

Constructs a CXllFunctionFilterOptOut object

CXllFunctionFilterOptOut(
   const char* fnName
);
CXllFunctionFilterOptOut(
   const wchar_t* fnName
);

Parameters

fnName

The name of the function which is to be published.

fnName

The name of the function which is to be published.

Remarks

This constructor causes the named function to be added to the list of functions that will be suppressed under an opt-out policy.

The constructor has no effect under an opt-in policy.

Instances of this constructor are automatically generated by the FunctionFilterOptOut function extension.

Requirements

Header: xlpfunctionfilter.h

See Also

CXllFunctionFilterOptOut Class | CXllFunctionFilterOptOut Methods