CBitmap::LoadOEMBitmap

This member function loads the bitmap resource identified by the ID number in the nIDBitmap parameter from the application's executable file.

Syntax

BOOL LoadOEMBitmap ( UINT nIDBitmap );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

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.

See Also

CBitmap Overview, CBitmap Member Functions, Graphical Drawing Object Classes, CBitmap::LoadBitmap