ReactOS 0.4.15-dev-7953-g1f49173
_GENERIC_LIST Struct Reference

#include <genlist.h>

Collaboration diagram for _GENERIC_LIST:

Public Attributes

LIST_ENTRY ListHead
 
ULONG NumOfEntries
 
PGENERIC_LIST_ENTRY CurrentEntry
 

Detailed Description

Definition at line 18 of file genlist.h.

Member Data Documentation

◆ CurrentEntry

PGENERIC_LIST_ENTRY _GENERIC_LIST::CurrentEntry

Definition at line 22 of file genlist.h.

◆ ListHead

LIST_ENTRY _GENERIC_LIST::ListHead

Definition at line 20 of file genlist.h.

Referenced by DrawGenericList().

◆ NumOfEntries

ULONG _GENERIC_LIST::NumOfEntries

Definition at line 21 of file genlist.h.


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