ReactOS 0.4.15-dev-7934-g1dc8d80
_ICONINFOEXA Struct Reference

#include <winuser.h>

Public Attributes

DWORD cbSize
 
BOOL fIcon
 
DWORD xHotspot
 
DWORD yHotspot
 
HBITMAP hbmMask
 
HBITMAP hbmColor
 
WORD wResID
 
CHAR szModName [MAX_PATH]
 
CHAR szResName [MAX_PATH]
 

Detailed Description

Definition at line 3130 of file winuser.h.

Member Data Documentation

◆ cbSize

DWORD _ICONINFOEXA::cbSize

Definition at line 3132 of file winuser.h.

Referenced by test_CreateIconFromResource(), test_icon_info_dbg(), and test_LoadImage().

◆ fIcon

BOOL _ICONINFOEXA::fIcon

Definition at line 3133 of file winuser.h.

◆ hbmColor

HBITMAP _ICONINFOEXA::hbmColor

Definition at line 3137 of file winuser.h.

◆ hbmMask

HBITMAP _ICONINFOEXA::hbmMask

Definition at line 3136 of file winuser.h.

◆ szModName

CHAR _ICONINFOEXA::szModName[MAX_PATH]

Definition at line 3139 of file winuser.h.

Referenced by test_CreateIconFromResource(), test_icon_info_dbg(), and test_LoadImage().

◆ szResName

CHAR _ICONINFOEXA::szResName[MAX_PATH]

Definition at line 3140 of file winuser.h.

Referenced by test_CreateIconFromResource(), test_icon_info_dbg(), and test_LoadImage().

◆ wResID

WORD _ICONINFOEXA::wResID

Definition at line 3138 of file winuser.h.

Referenced by test_CreateIconFromResource(), test_icon_info_dbg(), and test_LoadImage().

◆ xHotspot

DWORD _ICONINFOEXA::xHotspot

Definition at line 3134 of file winuser.h.

◆ yHotspot

DWORD _ICONINFOEXA::yHotspot

Definition at line 3135 of file winuser.h.


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