For the complete documentation index, see llms.txt. This page is also available as Markdown.

LIST_ENTRY

public unsafe struct LIST_ENTRY
{
    public LIST_ENTRY* Flink;
    public LIST_ENTRY* Blink;
}

Last updated