XLL+ Class Library

::XllSetStringResourceHandle

Sets the handle of the resource file which will be used by XllLoadString()

[C++]
HINSTANCE XllSetStringResourceHandle(
   HINSTANCE hinst
);

Parameters

hinst

Module handle of a resource file.

Return value

The previous value.

Remarks

All calls to XllLoadString and XllTranslateString will use the resource file specified in this call.

Requirements

Header: xllres.h

See Also

Global resource functions