Searched refs:DevExtList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Mouse/NT5/
H A DVBoxMFInternal.cpp42 LIST_ENTRY DevExtList; member in struct:_VBoxGlobalContext
168 InitializeListHead(&g_ctx.DevExtList);
185 Assert(IsListEmpty(&g_ctx.DevExtList));
217 InsertHeadList(&g_ctx.DevExtList, &pDevExt->ListEntry);
247 for (PLIST_ENTRY pCur = g_ctx.DevExtList.Flink; pCur != &g_ctx.DevExtList; pCur = pCur->Flink)

Completed in 31 milliseconds