This method loads the bitmap resource identified by the identifier number in the nIDBitmap parameter from the application’s executable file.
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 |
BOOL LoadOEMBitmap ( UINT nIDBitmap );
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.