Searched refs:SetGuestProperty (Results 1 - 10 of 10) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 802 * (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 D | VBoxManageGuestProp.cpp | 167 CHECK_ERROR(machine, SetGuestProperty(Bstr(pszName).raw(),
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v2_2.h | 2422 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_0.h | 2960 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_1.h | 2941 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v3_2.h | 3020 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_0.h | 3334 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_1.h | 3546 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_2.h | 3882 nsresult (*SetGuestProperty)( member in struct:IMachine_vtbl
|
H A D | VBoxCAPI_v4_3.h | 5628 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 3398 milliseconds