LIST_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

// Linked lists

typedef struct _LIST_ENTRY LIST_ENTRY, *PLIST_ENTRY;

#endif

View code on GitHub

No description available.