ReactOS 0.4.15-dev-7958-gcd0bb1a
ResIconEx Struct Reference

convenient loading of icon resources with specified sizes More...

#include <globals.h>

Public Member Functions

 ResIconEx (UINT nid, int w, int h)
 
 operator HICON () const
 

Protected Attributes

HICON _hicon
 

Detailed Description

convenient loading of icon resources with specified sizes

Definition at line 331 of file globals.h.

Constructor & Destructor Documentation

◆ ResIconEx()

ResIconEx::ResIconEx ( UINT  nid,
int  w,
int  h 
)

Definition at line 683 of file explorer.cpp.

684{
686}
GLubyte GLubyte GLubyte GLubyte w
Definition: glext.h:6102
GLfloat GLfloat GLfloat GLfloat h
Definition: glext.h:7723
NOTIFYICONDATA nid
Definition: magnifier.c:44
struct ExplorerGlobals g_Globals
static HICON
Definition: imagelist.c:84
HICON _hicon
Definition: globals.h:338
#define IMAGE_ICON
Definition: winuser.h:212
#define LR_SHARED
Definition: winuser.h:1100
#define LoadImage
Definition: winuser.h:5815
#define MAKEINTRESOURCE
Definition: winuser.h:591

Member Function Documentation

◆ operator HICON()

ResIconEx::operator HICON ( ) const
inline

Definition at line 335 of file globals.h.

335{return _hicon;}

Member Data Documentation

◆ _hicon

HICON ResIconEx::_hicon
protected

Definition at line 338 of file globals.h.

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


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