XLL+ Class Library (7.0)

CXllFunctionFilterOptIn::CXllFunctionFilterOptIn

Constructs a CXllFunctionFilterOptIn object

CXllFunctionFilterOptIn(
   const char* fnName
);
CXllFunctionFilterOptIn(
   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 published under an opt-in policy.

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

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

Requirements

Header: xlpfunctionfilter.h

See Also

CXllFunctionFilterOptIn Class | CXllFunctionFilterOptIn Methods