Return the full path of the XLL.
[C++]
static CString GetXllName();
A string containing the full path to the XLL file.
If the function failed, the string will be empty.
Since this function is static, it is not necessary to use an instance of CXllApp to invoke it.
It is not therefore necessary to fix the MFC CWinApp instance using the XLL_FIX_STATE macro:
you can use code such as:
CString strLibName;
strLibName = CXllApp::GetXllName();
Header: xllplus.h