GXLoadResourceBitmap

HANDLE GXLoadResourceBitmap(LPCTSTR lpString);

lpString

Points to the null-terminated string that contains the name of the bitmap.

Return Value

Returns a memory handle to the device independent bitmap.

Remarks

Loads a DIB from the resource file and copies its contents to a memory handle.

Example:

m_hBitmap = GXLoadResourceBitmap(MAKEINTRESOURCE(IDB_BITMAP1));

Macros

 Class Overview |  Class Members