XLL+ Class Library (7.0)

CXllApp::GetAllFns

Get all functions in the function list

size_t GetAllFns(
   std::vector<CXllFn*>& fns
);

Parameters

fns

This vector will be populated with the set of all add-in functions that are registered by the application (or that are due to be registered later).

Return Value

Returns the number of functions in the list.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods