Changeset 7424 in vbox for trunk/include/VBox
- Timestamp:
- Mar 12, 2008 8:50:35 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28859
- File:
-
- 1 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 */
Note:
See TracChangeset
for help on using the changeset viewer.