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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2327 LONG64 BytesSentTotal = 0; local
2344 CHECK_ERROR_RET(vrdeServerInfo, COMGETTER(BytesSentTotal)(&BytesSentTotal), rc);
2403 RTPrintf("VRDEBytesSentTotal=%lld\n", BytesSentTotal);
2413 RTPrintf("Sent total: %lld Bytes\n", BytesSentTotal);

Completed in 147 milliseconds