VirtualBox

Changeset 76108 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 10, 2018 12:01:34 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127349
Message:

os2/VBoxSF: Use UTF-16 for talking to the host, fits better with conversions APIs in kernel. Experimenting with using single request buffers for open/create.

File:
1 edited

Legend:

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

    r75707 r76108  
    11791179 */
    11801180
     1181/** SHFL_FN_CREATE parameters. */
     1182typedef struct VBoxSFParmCreate
     1183{
     1184    /** value32, in: SHFLROOT
     1185     * Root handle of the mapping which name is queried.  */
     1186    HGCMFunctionParameter id32Root;
     1187    /** pointer, in: Points to SHFLSTRING buffer. */
     1188    HGCMFunctionParameter pStrPath;
     1189    /** pointer, in/out:  Points to SHFLCREATEPARMS buffer. */
     1190    HGCMFunctionParameter pCreateParms;
     1191} VBoxSFParmCreate;
     1192
    11811193/** Parameters structure. */
    11821194typedef struct _VBoxSFCreate
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