ReactOS 0.4.15-dev-7958-gcd0bb1a
list_entry Struct Reference

#include <list.h>

Collaboration diagram for list_entry:

Public Attributes

struct list_entryprev
 
struct list_entrynext
 

Detailed Description

Definition at line 27 of file list.h.

Member Data Documentation

◆ next

struct list_entry* list_entry::next

Definition at line 29 of file list.h.

Referenced by list_add().

◆ prev

struct list_entry* list_entry::prev

Definition at line 28 of file list.h.


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