VirtualBox

Changeset 32733 in vbox


Ignore:
Timestamp:
Sep 23, 2010 3:34:22 PM (14 years ago)
Author:
vboxsync
Message:

com/string: this is tricky to get right on COM and on XPCOM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r32727 r32733  
    131131    Utf8Str Utf8Cmd(a->argv[1]);
    132132    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;
    135136    Utf8Str Utf8UserName;
    136137    Utf8Str Utf8Password;
Note: See TracChangeset for help on using the changeset viewer.

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