XLL+ Class Library

CXllApp::GetStartFnPosition

Get the starting position for iterating the function map

[C++]
CXllApp::POSITION GetStartFnPosition();

Return value

A CXllApp::POSITION value that indicates a starting position for iterating the function map; or NULL if the map is empty.

Remarks

Starts a map iteration by returning a CXllApp::POSITION value that can be passed to a GetNextFnAssoc call. The iteration sequence is not predictable; therefore, the "first element in the map" has no special significance.

Example

CXllApp::GetNextFnAssoc() Example

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::GetNextFnAssoc()