XLL+ Class Library (6.3)

CXllApp::FindFnA

Find a function in the function list

CXllFn* FindFnA(
   LPCSTR pszFnName
);

Parameters

pszFnName

Pointer to a null-terminated string containing the exported name of the function (i.e. the name visible in Excel).

Return Value

Returns a pointer to the function if found, and NULL if it cannot be found.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::AddFn() | CXllApp::RemoveFn()