This member function loads the bitmap resource identified by the ID number in the nIDBitmap parameter from the application's executable file.
BOOL LoadOEMBitmap ( UINT nIDBitmap );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
Windows CE does not support OEM bitmaps, but MFC for Windows CE supports the CBitmap::LoadOEMBitmap member function for compatibility with existing code. In Windows CE, this function just calls CBitmap::LoadBitmap.
CBitmap Overview, CBitmap Member Functions, Graphical Drawing Object Classes, CBitmap::LoadBitmap