- Timestamp:
- Mar 12, 2008 8:50:35 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28859
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r7405 r7424 330 330 /** Full information about the object. */ 331 331 RTFSOBJINFO Info; 332 /** The length of the short field (number of RTU CS2chars).332 /** The length of the short field (number of RTUTF16 chars). 333 333 * It is 16-bit for reasons of alignment. */ 334 334 uint16_t cucShortName; … … 336 336 * Empty string if not available. 337 337 */ 338 RTU CS2uszShortName[14];338 RTUTF16 uszShortName[14]; 339 339 /** @todo malc, a description, please. */ 340 340 SHFLSTRING name; … … 443 443 HGCMFunctionParameter root; 444 444 445 /** pointer, in: RTU CS2445 /** pointer, in: RTUTF16 446 446 * Path delimiter 447 447 */ … … 472 472 HGCMFunctionParameter root; 473 473 474 /** pointer, in: RTU CS2474 /** pointer, in: RTUTF16 475 475 * Path delimiter 476 476 */ -
trunk/include/iprt/dir.h
r7418 r7424 175 175 /** Full information about the object. */ 176 176 RTFSOBJINFO Info; 177 /** The length of the short field (number of RTU CS2 chars).177 /** The length of the short field (number of RTUTF16 entries (not chars)). 178 178 * It is 16-bit for reasons of alignment. */ 179 179 uint16_t cwcShortName;
Note:
See TracChangeset
for help on using the changeset viewer.