|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntusrtyp.h>
Public Attributes | |
| union { | |
| ICONRESDIR icon | |
| CURSORRESDIR cursor | |
| } | ResInfo |
| WORD | wPlanes |
| WORD | wBitCount |
| DWORD | dwBytesInRes |
| WORD | wResId |
Definition at line 85 of file ntusrtyp.h.
| CURSORRESDIR CURSORICONDIRENTRY::cursor |
Definition at line 89 of file ntusrtyp.h.
Referenced by get_best_icon_file_entry().
| DWORD CURSORICONDIRENTRY::dwBytesInRes |
Definition at line 93 of file ntusrtyp.h.
Referenced by get_best_icon_file_entry().
| ICONRESDIR CURSORICONDIRENTRY::icon |
Definition at line 88 of file ntusrtyp.h.
Referenced by get_best_icon_file_entry().
| union { ... } CURSORICONDIRENTRY::ResInfo |
Referenced by get_best_icon_file_entry().
| WORD CURSORICONDIRENTRY::wBitCount |
Definition at line 92 of file ntusrtyp.h.
Referenced by get_best_icon_file_entry().
| WORD CURSORICONDIRENTRY::wPlanes |
Definition at line 91 of file ntusrtyp.h.
Referenced by get_best_icon_file_entry().
| WORD CURSORICONDIRENTRY::wResId |
Definition at line 94 of file ntusrtyp.h.
Referenced by get_best_icon_file_entry(), and ICO_GetIconDirectory().