XLL+ Class Library (7.0)

CXllApp::GetXllFileNameOnly

Return the file name of the XLL, excluding extension.

CString GetXllFileNameOnly( );

Return Value

A string containing the file name (excluding extension and excluding path) of the XLL file.

Remarks

This directory is extracted from the member variable m_stDllName, which is initialized during the XllOpen event. Therefore the returned value will not be valid if the function is called during InitInstance.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::GetXllDir | CXllApp::GetXllFileName