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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2329 LONG64 BytesReceivedTotal = 0; local
2346 CHECK_ERROR_RET(vrdeServerInfo, COMGETTER(BytesReceivedTotal)(&BytesReceivedTotal), rc);
2407 RTPrintf("VRDEBytesReceivedTotal=%lld\n", BytesReceivedTotal);
2417 RTPrintf("Received total: %lld Bytes\n", BytesReceivedTotal);

Completed in 66 milliseconds