Searched defs:SessionList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCm.h26 LIST_ENTRY SessionList; member in struct:VBOXVIDEOCM_MGR
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxIPC.cpp57 RTLISTANCHOR SessionList; member in struct:VBOXIPCCONTEXT
204 RTListInit(&gCtx.SessionList);
256 RTListForEach(&pCtx->SessionList, pSession, VBOXIPCSESSION, Node)
301 fListIsEmpty = RTListIsEmpty(&pCtx->SessionList);
491 RTListAppend(&pCtx->SessionList, &pSession->Node);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h181 RTLISTANCHOR SessionList; member in struct:VBOXGUESTDEVEXT

Completed in 58 milliseconds