XLL+ Class Library

xllres.h

Overview

xllres.h contains a number of global functions that manage strings in resource files.

Functions

The table below lists the principal functions declared in the header file.

FunctionDescription
XllGetStringResourceHandleGets the handle of the DLL which will is being used to load string resources.
XllSetStringResourceHandleSets the handle of the DLL which will be used to load string resources.
XllLoadStringLoads a string resource, in the current user language.
XllLoadStringForExcelLanguageLoads a string resource, in the language of the Excel version.
XllTranslateStringTranslates a string containing resource IDs to a string in the current user language.

A full list can be found here.