#ifndef _NTLDR_H typedef struct _LDRP_CSLIST { PSINGLE_LIST_ENTRY Tail; } LDRP_CSLIST, *PLDRP_CSLIST; #endif View code on GitHub
No description available.