HICON LoadOEMIcon( UINT nIDIcon );
nIDIcon
An OIC_ manifest constant identifier that specifies a predefined Windows icon. You must have #define OEMRESOURCE in your source file to get access to the OIC_ constants in WINDOWS.H.
Loads the Windows predefined icon resource specified by nIDIcon.
Use LoadOEMIcon or the LoadStandardIcon member function to access the predefined Windows icons.
A handle to an icon resource. If unsuccessful, returns NULL.
CWinApp::LoadStandardIcon, CWinApp::LoadIcon, ::LoadIcon