ReactOS 0.4.15-dev-7953-g1f49173
_DOC_ITEM Struct Reference
Collaboration diagram for _DOC_ITEM:

Public Attributes

struct list entry
 
UINT nText
 
SL_ITEM_TYPE Type
 
PDOC_TEXTBLOCK Blocks
 
union {
   struct {
      UINT   state
 
      WCHAR *   szID
 
      WCHAR *   szUrl
 
   }   Link
 
   struct {
      UINT   Dummy
 
   }   Text
 
u
 
WCHAR Text [1]
 

Detailed Description

Definition at line 52 of file syslink.c.

Member Data Documentation

◆ Blocks

◆ Dummy

UINT _DOC_ITEM::Dummy

Definition at line 68 of file syslink.c.

◆ entry

struct list _DOC_ITEM::entry

Definition at line 54 of file syslink.c.

Referenced by SYSLINK_AppendDocItem(), SYSLINK_GetNextLink(), and SYSLINK_GetPrevLink().

◆ 

◆ nText

UINT _DOC_ITEM::nText

Definition at line 55 of file syslink.c.

Referenced by SYSLINK_Draw(), SYSLINK_PtInDocItem(), SYSLINK_Render(), and SYSLINK_RepaintLink().

◆ state

UINT _DOC_ITEM::state

Definition at line 62 of file syslink.c.

◆ szID

WCHAR* _DOC_ITEM::szID

Definition at line 63 of file syslink.c.

◆ szUrl

WCHAR* _DOC_ITEM::szUrl

Definition at line 64 of file syslink.c.

◆  [1/2]

struct { ... } _DOC_ITEM::Text

Referenced by SYSLINK_Draw(), and SYSLINK_Render().

◆ Text [2/2]

WCHAR _DOC_ITEM::Text[1]

Definition at line 71 of file syslink.c.

◆ Type

◆ 


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