typedef struct _SINGLE_LIST_ENTRY { /* sle */
struct _SINGLE_LIST_ENTRY *Next;
} SINGLE_LIST_ENTRY, *PSINGLE_LIST_ENTRY;
Documentation for this structure is not available for this release.