Searched refs:SetGuestProperty (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp802 * (IMachine::SetGuestProperty ends up in VBoxSVC, which in turns calls
855 mMachine->SetGuestProperty(Bstr(szPropNm).raw(),
860 mMachine->SetGuestProperty(Bstr(szPropNm).raw(),
865 mMachine->SetGuestProperty(Bstr(szPropNm).raw(),
871 mMachine->SetGuestProperty(Bstr("/VirtualBox/HostInfo/VRDP/LastConnectedClient").raw(),
890 mMachine->SetGuestProperty(Bstr("/VirtualBox/HostInfo/VRDP/ActiveClient").raw(),
910 mMachine->SetGuestProperty(Bstr(szPropNm).raw(),
929 mMachine->SetGuestProperty(Bstr(szPropNm).raw(),
948 mMachine->SetGuestProperty(Bstr(szPropNm).raw(),
967 mMachine->SetGuestProperty(Bst
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestProp.cpp167 CHECK_ERROR(machine, SetGuestProperty(Bstr(pszName).raw(),
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2422 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_0.h2960 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_1.h2941 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v3_2.h3020 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_0.h3334 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_1.h3546 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_2.h3882 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
H A DVBoxCAPI_v4_3.h5628 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
6352 nsresult (*SetGuestProperty)( member in struct:IMachineVtbl
6809 #define IMachine_SetGuestProperty(p, aProperty, aValue, aFlags) ((p)->lpVtbl->SetGuestProperty(p, aProperty, aValue, aFlags))

Completed in 1541 milliseconds