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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3395 SafeIfaceArray <IGuestSession> collSessions; local
3396 CHECK_ERROR_BREAK(pCtx->pGuest, COMGETTER(Sessions)(ComSafeArrayAsOutParam(collSessions)));
3397 size_t cSessions = collSessions.size();
3407 ComPtr<IGuestSession> pCurSession = collSessions[i];
3471 RTPrintf("\n\nTotal guest sessions: %zu\n", collSessions.size());
3584 SafeIfaceArray <IGuestSession> collSessions; local
3585 CHECK_ERROR_BREAK(pCtx->pGuest, COMGETTER(Sessions)(ComSafeArrayAsOutParam(collSessions)));
3586 size_t cSessions = collSessions.size();
3591 pSession = collSessions[i];
3760 SafeIfaceArray <IGuestSession> collSessions; local
[all...]

Completed in 78 milliseconds