VirtualBox

Changeset 14698 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Nov 27, 2008 12:04:44 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40011
Message:

Main: HardDisks: Added saving/loading properties from XML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstAPI.cpp

    r14596 r14698  
    641641                    printf (" <none>\n");
    642642
     643                Bstr name ("TargetAddress");
     644                Bstr value = Utf8StrFmt ("lalala (%llu)", RTTimeMilliTS());
     645
     646                printf ("Settings property %ls to %ls...\n", name.raw(), value.raw());
     647                CHECK_ERROR (hd, SetProperty (name, value));
    643648            }
    644649            else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette