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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlSession.cpp114 PVBOXSERVICECTRLFILE pFileCur = NULL; local
116 RTListForEach(&pSession->lstFiles, pFileCur, VBOXSERVICECTRLFILE, Node)
118 if (pFileCur->uHandle == uHandle)
119 return pFileCur;

Completed in 48 milliseconds