XLL+ Class Library (7.0)

CXlWizExUIFunctionRegistry::OnCallFunction

Informs the Extended UI that the named function is being called

static void OnCallFunction(
   const TCHAR* pszName
);

Parameters

pszName

The exported name of the function.

Remarks

This static method is thread-safe.

It should be called at the start of any add-in function that uses Extended UI elements. A call is inserted by the XLL+ Function Wizard at the appropriate point in each wrapper function. The developer rarely needs to code a call to the function.

Requirements

Header: xlwizexui.h

See Also

CXlWizExUIFunctionRegistry Class | CXlWizExUIFunctionRegistry Methods