Return the full path of the XLL.
static CStringA GetXllNameA( ); |
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. You can use code such as:
CString strLibName; strLibName = CXllApp::GetXllName();
Header: xllplus.h