Informs the Extended UI that the named function is being called
static void OnCallFunction( const TCHAR* pszName ); |
The exported name of the function.
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.
Header: xlwizexui.h
CXlWizExUIFunctionRegistry Class | CXlWizExUIFunctionRegistry Methods