KeRundownQueue

_LIST_ENTRY *__stdcall KeRundownQueue(_KQUEUE *Queue){
  return KeRundownQueueEx(Queue, 1u);
}

Referenced by:

No references.