ReactOS 0.4.16-dev-1210-gbc03c01
_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 3219 of file winuser.h.

Member Data Documentation

◆ cbSize

DWORD _ICONINFOEXW::cbSize

Definition at line 3221 of file winuser.h.

Referenced by test_LoadImage().

◆ fIcon

BOOL _ICONINFOEXW::fIcon

Definition at line 3222 of file winuser.h.

◆ hbmColor

HBITMAP _ICONINFOEXW::hbmColor

Definition at line 3226 of file winuser.h.

◆ hbmMask

HBITMAP _ICONINFOEXW::hbmMask

Definition at line 3225 of file winuser.h.

◆ szModName

WCHAR _ICONINFOEXW::szModName[MAX_PATH]

Definition at line 3228 of file winuser.h.

Referenced by test_LoadImage().

◆ szResName

WCHAR _ICONINFOEXW::szResName[MAX_PATH]

Definition at line 3229 of file winuser.h.

Referenced by test_LoadImage().

◆ wResID

WORD _ICONINFOEXW::wResID

Definition at line 3227 of file winuser.h.

Referenced by test_LoadImage().

◆ xHotspot

DWORD _ICONINFOEXW::xHotspot

Definition at line 3223 of file winuser.h.

◆ yHotspot

DWORD _ICONINFOEXW::yHotspot

Definition at line 3224 of file winuser.h.


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