Win32.LIST_ENTRYΒΆ

LIST_ENTRY :: struct {
    Flink: *LIST_ENTRY;
    Blink: *LIST_ENTRY;
}

Declared in: winapi.bl