ReactOS 0.4.15-dev-7834-g00c4b3d
_GENERIC_LIST_ENTRY Struct Reference

#include <genlist.h>

Collaboration diagram for _GENERIC_LIST_ENTRY:

Public Attributes

LIST_ENTRY Entry
 
struct _GENERIC_LISTList
 
PVOID Data
 
ULONG_PTR UiData
 

Detailed Description

Definition at line 10 of file genlist.h.

Member Data Documentation

◆ Data

PVOID _GENERIC_LIST_ENTRY::Data

Definition at line 14 of file genlist.h.

Referenced by DestroyGenericList().

◆ Entry

LIST_ENTRY _GENERIC_LIST_ENTRY::Entry

Definition at line 12 of file genlist.h.

◆ List

struct _GENERIC_LIST* _GENERIC_LIST_ENTRY::List

Definition at line 13 of file genlist.h.

◆ UiData

ULONG_PTR _GENERIC_LIST_ENTRY::UiData

Definition at line 15 of file genlist.h.


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