Home
last modified time | relevance | path

Searched defs:_DOC_ITEM (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dsyslink.c51 typedef struct _DOC_ITEM struct
53 struct list entry;
54 UINT nText; /* Number of characters of the text */
55 SL_ITEM_TYPE Type; /* type of the item */
56 PDOC_TEXTBLOCK Blocks; /* Array of text blocks */
58 {
69 } u;
70 WCHAR Text[1]; /* Text of the document item */