uLib  User mode C/C++ extended API library for Win32 programmers.
LIST_ENTRY Struct Reference

#include <uLib/ListFunc.h>

Inheritance diagram for LIST_ENTRY:
DirEntry DLinkList FileEntry StringEntry uLib::GroupEntry uLib::GroupList

Detailed Description

Definition at line 42 of file ListFunc.h.

Public Data

struct _LIST_ENTRY * Flink
 
struct _LIST_ENTRY * Blink
 

Member Data Documentation

◆ Flink

struct _LIST_ENTRY* LIST_ENTRY::Flink

Definition at line 44 of file ListFunc.h.

◆ Blink

struct _LIST_ENTRY* LIST_ENTRY::Blink

Definition at line 45 of file ListFunc.h.


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