XLL+ Class Library (6.3)

::XllGetStringResourceHandle

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

HINSTANCE XllGetStringResourceHandle( );

Return Value

The handle of the resource file used by XLL+ string loading functions. Unless set using XllSetStringResourceHandle(), this will be a handle to the XLL file itself.

Remarks

All calls to XllLoadString and XllTranslateString will use the resource file returned by this call.

Requirements

Header: xllres.h

See Also

Global resource functions