ReactOS 0.4.16-dev-1484-g212a1a5
_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 3232 of file winuser.h.

Member Data Documentation

◆ cbSize

DWORD _ICONINFOEXA::cbSize

Definition at line 3234 of file winuser.h.

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

◆ fIcon

BOOL _ICONINFOEXA::fIcon

Definition at line 3235 of file winuser.h.

◆ hbmColor

HBITMAP _ICONINFOEXA::hbmColor

Definition at line 3239 of file winuser.h.

◆ hbmMask

HBITMAP _ICONINFOEXA::hbmMask

Definition at line 3238 of file winuser.h.

◆ szModName

CHAR _ICONINFOEXA::szModName[MAX_PATH]

Definition at line 3241 of file winuser.h.

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

◆ szResName

CHAR _ICONINFOEXA::szResName[MAX_PATH]

Definition at line 3242 of file winuser.h.

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

◆ wResID

WORD _ICONINFOEXA::wResID

Definition at line 3240 of file winuser.h.

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

◆ xHotspot

DWORD _ICONINFOEXA::xHotspot

Definition at line 3236 of file winuser.h.

◆ yHotspot

DWORD _ICONINFOEXA::yHotspot

Definition at line 3237 of file winuser.h.


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