Changeset 15152 in vbox
- Timestamp:
- Dec 9, 2008 10:43:07 AM (16 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r15051 r15152 277 277 278 278 vmmDev->getVMMDevPort()->pfnSetCredentials(vmmDev->getVMMDevPort(), 279 280 279 Utf8Str(aUserName).raw(), Utf8Str(aPassword).raw(), 280 Utf8Str(aDomain).raw(), u32Flags); 281 281 return S_OK; 282 282 } 283 283 284 return setError ( E_FAIL,284 return setError (VBOX_E_VM_ERROR, 285 285 tr ("VMM device is not available (is the VM running?)")); 286 286 } -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r15145 r15152 6515 6515 that the caller cannot determine whether the guest operating system 6516 6516 has queried or made use of the credentials. 6517 6518 <result name="VBOX_E_VM_ERROR"> 6519 VMM device is not available. 6520 </result> 6521 6517 6522 </desc> 6518 6523 <param name="userName" type="wstring" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.