ReactOS 0.4.15-dev-7842-g558ab78
_ICONINFOEXW Struct Reference

#include <winuser.h>

Public Attributes

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

Detailed Description

Definition at line 3143 of file winuser.h.

Member Data Documentation

◆ cbSize

DWORD _ICONINFOEXW::cbSize

Definition at line 3145 of file winuser.h.

Referenced by test_LoadImage().

◆ fIcon

BOOL _ICONINFOEXW::fIcon

Definition at line 3146 of file winuser.h.

◆ hbmColor

HBITMAP _ICONINFOEXW::hbmColor

Definition at line 3150 of file winuser.h.

◆ hbmMask

HBITMAP _ICONINFOEXW::hbmMask

Definition at line 3149 of file winuser.h.

◆ szModName

WCHAR _ICONINFOEXW::szModName[MAX_PATH]

Definition at line 3152 of file winuser.h.

Referenced by test_LoadImage().

◆ szResName

WCHAR _ICONINFOEXW::szResName[MAX_PATH]

Definition at line 3153 of file winuser.h.

Referenced by test_LoadImage().

◆ wResID

WORD _ICONINFOEXW::wResID

Definition at line 3151 of file winuser.h.

Referenced by test_LoadImage().

◆ xHotspot

DWORD _ICONINFOEXW::xHotspot

Definition at line 3147 of file winuser.h.

◆ yHotspot

DWORD _ICONINFOEXW::yHotspot

Definition at line 3148 of file winuser.h.


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