VirtualBox

Changeset 76118 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 10, 2018 1:07:58 PM (6 years ago)
Author:
vboxsync
Message:

os2/VBoxSF: Converting host calls to fast HGCM w/ embedded buffers...

File:
1 edited

Legend:

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

    r76108 r76118  
    12221222 */
    12231223
     1224/** SHFL_FN_CLOSE parameters. */
     1225typedef struct VBoxSFParmClose
     1226{
     1227    /** value32, in: SHFLROOT of the mapping with the handle. */
     1228    HGCMFunctionParameter id32Root;
     1229    /** value64, in: SHFLHANDLE of object to close. */
     1230    HGCMFunctionParameter u64Handle;
     1231} VBoxSFParmClose;
     1232
    12241233/** Parameters structure. */
    12251234typedef struct _VBoxSFClose
     
    15351544typedef struct VBoxSFParmInformation
    15361545{
    1537     /** value32, in: SHFLROOT
    1538      * Root handle of the mapping which name is queried.  */
     1546    /** value32, in: SHFLROOT of the mapping the handle belongs to. */
    15391547    HGCMFunctionParameter id32Root;
    1540     /** value64, in:
    1541      * SHFLHANDLE of object to be listed.  */
     1548    /** value64, in: SHFLHANDLE of object to be queried/set. */
    15421549    HGCMFunctionParameter u64Handle;
    1543     /** value32, in:
    1544      * SHFL_INFO_*  */
     1550    /** value32, in: SHFL_INFO_XXX  */
    15451551    HGCMFunctionParameter f32Flags;
    1546     /** value32, in/out:
    1547      * Bytes to be used for information/How many bytes were used.  */
     1552    /** value32, in/out: Bytes to be used for information/How many bytes were used.  */
    15481553    HGCMFunctionParameter cb32;
    1549     /** pointer, in/out:
    1550      * Information to be set/get (SHFLFSOBJINFO or SHFLSTRING). Do not forget
    1551      * to set the SHFLFSOBJINFO::Attr::enmAdditional for Get operation as well.  */
     1554    /** pointer, in/out: Information to be set/get (SHFLFSOBJINFO, SHFLVOLINFO, or SHFLSTRING).
     1555     * Do not forget to set the SHFLFSOBJINFO::Attr::enmAdditional for Get operation as well.  */
    15521556    HGCMFunctionParameter pInfo;
    15531557} VBoxSFParmInformation;
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