VirtualBox

Changeset 7424 in vbox for trunk


Ignore:
Timestamp:
Mar 12, 2008 8:50:35 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28859
Message:

RTUCS2 -> RTUTF16

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/shflsvc.h

    r7405 r7424  
    330330    /** Full information about the object. */
    331331    RTFSOBJINFO     Info;
    332     /** The length of the short field (number of RTUCS2 chars).
     332    /** The length of the short field (number of RTUTF16 chars).
    333333     * It is 16-bit for reasons of alignment. */
    334334    uint16_t        cucShortName;
     
    336336     * Empty string if not available.
    337337     */
    338     RTUCS2          uszShortName[14];
     338    RTUTF16         uszShortName[14];
    339339    /** @todo malc, a description, please. */
    340340    SHFLSTRING      name;
     
    443443    HGCMFunctionParameter root;
    444444
    445     /** pointer, in: RTUCS2
     445    /** pointer, in: RTUTF16
    446446     * Path delimiter
    447447     */
     
    472472    HGCMFunctionParameter root;
    473473
    474     /** pointer, in: RTUCS2
     474    /** pointer, in: RTUTF16
    475475     * Path delimiter
    476476     */
  • trunk/include/iprt/dir.h

    r7418 r7424  
    175175    /** Full information about the object. */
    176176    RTFSOBJINFO     Info;
    177     /** The length of the short field (number of RTUCS2 chars).
     177    /** The length of the short field (number of RTUTF16 entries (not chars)).
    178178     * It is 16-bit for reasons of alignment. */
    179179    uint16_t        cwcShortName;
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