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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2546 AdditionsRunLevelType_T guestRunLevel; /** @todo Add a runlevel-to-string (e.g. 0 = "None") method? */ local
2547 rc = guest->COMGETTER(AdditionsRunLevel)(&guestRunLevel);
2551 RTPrintf("GuestAdditionsRunLevel=%u\n", guestRunLevel);
2553 RTPrintf("Additions run level: %u\n", guestRunLevel);

Completed in 51 milliseconds