LIST_ENTRY

typedef struct _LIST_ENTRY { /* le */

struct _LIST_ENTRY *Flink;

struct _LIST_ENTRY *Blink;

} LIST_ENTRY;

Documentation for this structure is not available for this release.