Native API online documentation, based on the System Informer
(formerly Process Hacker) phnt
headers
#ifndef _NTLDR_H
/**
* A circular singly linked list used by the loader.
*/
typedef struct _LDRP_CSLIST
{
PSINGLE_LIST_ENTRY Tail;
} LDRP_CSLIST, *PLDRP_CSLIST;
#endif
View code on GitHub