ReactOS 0.4.16-dev-1481-ga753f34
_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 3245 of file winuser.h.

Member Data Documentation

◆ cbSize

DWORD _ICONINFOEXW::cbSize

Definition at line 3247 of file winuser.h.

Referenced by test_LoadImage().

◆ fIcon

BOOL _ICONINFOEXW::fIcon

Definition at line 3248 of file winuser.h.

◆ hbmColor

HBITMAP _ICONINFOEXW::hbmColor

Definition at line 3252 of file winuser.h.

◆ hbmMask

HBITMAP _ICONINFOEXW::hbmMask

Definition at line 3251 of file winuser.h.

◆ szModName

WCHAR _ICONINFOEXW::szModName[MAX_PATH]

Definition at line 3254 of file winuser.h.

Referenced by test_LoadImage().

◆ szResName

WCHAR _ICONINFOEXW::szResName[MAX_PATH]

Definition at line 3255 of file winuser.h.

Referenced by test_LoadImage().

◆ wResID

WORD _ICONINFOEXW::wResID

Definition at line 3253 of file winuser.h.

Referenced by test_LoadImage().

◆ xHotspot

DWORD _ICONINFOEXW::xHotspot

Definition at line 3249 of file winuser.h.

◆ yHotspot

DWORD _ICONINFOEXW::yHotspot

Definition at line 3250 of file winuser.h.


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