Loads a bitmap from a resource file, using the current language
[C++]
HBITMAP XllLoadBitmap(
UINT uBitmapID
);
Numeric bitmap resource identifier.
A handle to the loaded bitmap if the function succeeds, NULL if it fails.
The bitmap should be released with DeleteObject when no longer in use.
This function loads a bitmap from a resource file, using the current language,
as returned by XllGetStringLanguageID,
if possible. The bitmap should be released with DeleteObject when no longer in use.
Header: xllres.h