Changeset 90269 in vbox
- Timestamp:
- Jul 21, 2021 2:00:01 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145808
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloudMachine.cpp
r90268 r90269 673 673 */ 674 674 com::Bstr bstrValue; 675 hrc = pStrValue-> GetClipboardString(bstrValue.asOutParam());675 hrc = pStrValue->COMGETTER(ClipboardString)(bstrValue.asOutParam()); 676 676 if (FAILED(hrc)) 677 677 {
Note:
See TracChangeset
for help on using the changeset viewer.