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

/vbox/src/VBox/VMM/include/
H A DDBGFInternal.h206 bool volatile fAttached; member in struct:DBGF
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp86 bool fAttached; member in struct:VBOXSERVICELACLIENTINFO
323 pClient->fAttached = !RTStrICmp(pszAttach, "1") ? true : false;
1463 !g_LAClientAttachedTS ? "already active" : g_LAClientInfo.fAttached ? "connected" : "disconnected",
/vbox/include/VBox/
H A Dusblib-win.h121 uint8_t fAttached; member in struct:__anon270
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp973 void Console::i_guestPropertiesVRDPUpdateClientAttach(uint32_t u32ClientId, bool fAttached) argument
985 Bstr bstrValue = fAttached? "1": "0";

Completed in 88 milliseconds