XLL+ Class Library

FInspect Sample

Overview

This sample add-in shows how to use the CXllFn class to inspect the functions contained in your add-in.

Functions used

CXllApp::GetStartFnPosition
CXllApp::GetNextFnAssoc
CXllApp::FindFn
CXllFn
::XllTranslateString

Project files

If you are using MS Developer Studio 6, then you should open the project file FInspect.dsp.

If you are using MS Visual Studio .NET 2002, then you should open the solution file FInspect.sln or the project file FInspect.vcproj.

If you are using MS Visual Studio .NET 2003, then you should open the solution file FInspect71.sln or the project file FInspect71.vcproj.

If you are using MS Visual Studio 2005, then you should open the solution file FInspect8.sln or the project file FInspect8.vcproj.

See Also

List of Sample Projects | Samples and Walkthroughs