XLL+ Class Library (6.3)

CXllApp::GetXllName

Return the full path of the XLL.

static CString GetXllName( );

Return Value

A string containing the full path to the XLL file. If the function failed, the string will be empty.

Remarks

Since this function is static, it is not necessary to use an instance of CXllApp to invoke it. You can use code such as:

CString strLibName;
strLibName = CXllApp::GetXllName();

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods