_LIST_ENTRYΒΆ

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

Declared in: winapi.bl