XLL+ Class Library (7.0)

CXllPushApp::AddFunction

Add a name to the list of asynchronous functions which can be pushed by this cache

void AddFunction(
   LPCSTR pszFnName
);

Parameters

pszFnName

The registered name of the function to be pushed, as it will appear in Excel.

Remarks

This function may only be called from the main thread. It is generally only called during OnXllOpenEx().

Requirements

Header: xlppush.h

See Also

CXllPushApp Class | CXllPushApp Methods | CXllPushApp::AddConnection() | Steps to create an asynchronous add-in