Changeset 32733 in vbox
- Timestamp:
- Sep 23, 2010 3:34:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r32727 r32733 131 131 Utf8Str Utf8Cmd(a->argv[1]); 132 132 uint32_t uFlags = 0; 133 com::SafeArray<BSTR> args; 134 com::SafeArray<BSTR> env; 133 /* Note: this uses IN_BSTR as it must be BSTR on COM and CBSTR on XPCOM */ 134 com::SafeArray<IN_BSTR> args; 135 com::SafeArray<IN_BSTR> env; 135 136 Utf8Str Utf8UserName; 136 137 Utf8Str Utf8Password;
Note:
See TracChangeset
for help on using the changeset viewer.