ReactOS 0.4.15-dev-7924-g5949c20
ResIcon Struct Reference

convenient loading of standard (32x32) icon resources More...

#include <globals.h>

Public Member Functions

 ResIcon (UINT nid)
 
 operator HICON () const
 

Protected Attributes

HICON _hicon
 

Detailed Description

convenient loading of standard (32x32) icon resources

Definition at line 309 of file globals.h.

Constructor & Destructor Documentation

◆ ResIcon()

ResIcon::ResIcon ( UINT  nid)

Definition at line 673 of file explorer.cpp.

674{
676}
NOTIFYICONDATA nid
Definition: magnifier.c:44
struct ExplorerGlobals g_Globals
HICON _hicon
Definition: globals.h:316
#define LoadIcon
Definition: winuser.h:5813
#define MAKEINTRESOURCE
Definition: winuser.h:591

Member Function Documentation

◆ operator HICON()

ResIcon::operator HICON ( ) const
inline

Definition at line 313 of file globals.h.

313{return _hicon;}

Member Data Documentation

◆ _hicon

HICON ResIcon::_hicon
protected

Definition at line 316 of file globals.h.

Referenced by operator HICON(), and ResIcon().


The documentation for this struct was generated from the following files: