CBitmap::LoadOEMBitmap

This method loads the bitmap resource identified by the identifier number in the nIDBitmap parameter from the application’s executable file.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H//PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL LoadOEMBitmap ( UINT nIDBitmap );

Remarks

Although Windows CE does not support OEM bitmaps, MFC for Windows CE supports the CBitmap::LoadOEMBitmap method for compatibility with existing code. In Windows CE, this method just calls CBitmap::LoadBitmap.

See Also

CBitmap::LoadBitmap