Expand Minimize
This topic has not yet been rated - Rate this topic

CWinApp::LoadOEMIcon

Loads the Windows predefined icon resource specified by nIDIcon.

HICON LoadOEMIcon( 
   UINT nIDIcon  
) const;
nIDIcon

An OIC_ manifest constant identifier that specifies a predefined Windows icon. You must have #define OEMRESOURCE before #include <afxwin.h> to access the OIC_ constants in WINDOWS.H.

A handle to an icon if successful; otherwise NULL.

Use the LoadOEMIcon or LoadStandardIcon member function to access the predefined Windows icons.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.