XLL+ Class Library (7.0)

CXllApp::FindFnW

Find a function in the function list

CXllFn* FindFnW(
   LPCWSTR 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()