Searched defs:Session (Results 26 - 28 of 28) sorted by relevance

12

/vbox/src/VBox/Main/include/
H A DMachineImpl.h125 struct Session struct in struct:Machine::Data
151 /** Session type string (for indirect sessions) */
154 /** Session machine object */
192 Session mSession;
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp66 const ComObjPtr<GuestSession> &Session(void) const { return mSession; } function in class:GuestSessionTaskInternal
609 LogFlowThisFunc(("Session ID=%RU32 not started (anymore), status now is: %RU32\n",
646 NULL /* Session status */, pGuestRc);
751 LogFlowFunc(("Removing directory \"%s\" (Session: %RU32) (now total %zu processes, %RU32 objects)\n",
937 LogFlowFunc(("Added new guest directory \"%s\" (Session: %RU32) (now total %zu dirs, %RU32 objects)\n",
1188 LogFlowThisFunc(("Removing guest file \"%s\" (Session: %RU32) (now total %zu files, %RU32 objects)\n",
1313 LogFlowFunc(("Added new guest file \"%s\" (Session: %RU32) (now total %zu files, %RU32 objects)\n",
1492 return setError(E_UNEXPECTED, tr("Session is not in started state"));
1664 NULL /* Session status */, pGuestRc);
1724 const ComObjPtr<GuestSession> pSession(pTask->Session());
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntsecapi.h255 ULONG Session; member in struct:_SECURITY_LOGON_SESSION_DATA

Completed in 61 milliseconds

12