ReactOS 0.4.15-dev-7918-g2a2556c
CURSORICONDIRENTRY Struct Reference

#include <ntusrtyp.h>

Collaboration diagram for CURSORICONDIRENTRY:

Public Attributes

union {
   ICONRESDIR   icon
 
   CURSORRESDIR   cursor
 
ResInfo
 
WORD wPlanes
 
WORD wBitCount
 
DWORD dwBytesInRes
 
WORD wResId
 

Detailed Description

Definition at line 85 of file ntusrtyp.h.

Member Data Documentation

◆ cursor

CURSORRESDIR CURSORICONDIRENTRY::cursor

Definition at line 89 of file ntusrtyp.h.

Referenced by get_best_icon_file_entry().

◆ dwBytesInRes

DWORD CURSORICONDIRENTRY::dwBytesInRes

Definition at line 93 of file ntusrtyp.h.

Referenced by get_best_icon_file_entry().

◆ icon

ICONRESDIR CURSORICONDIRENTRY::icon

Definition at line 88 of file ntusrtyp.h.

Referenced by get_best_icon_file_entry().

◆ 

union { ... } CURSORICONDIRENTRY::ResInfo

◆ wBitCount

WORD CURSORICONDIRENTRY::wBitCount

Definition at line 92 of file ntusrtyp.h.

Referenced by get_best_icon_file_entry().

◆ wPlanes

WORD CURSORICONDIRENTRY::wPlanes

Definition at line 91 of file ntusrtyp.h.

Referenced by get_best_icon_file_entry().

◆ wResId

WORD CURSORICONDIRENTRY::wResId

Definition at line 94 of file ntusrtyp.h.

Referenced by get_best_icon_file_entry(), and ICO_GetIconDirectory().


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