VirtualBox

Changeset 76144 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 10, 2018 9:25:00 PM (6 years ago)
Author:
vboxsync
Message:

SharedFolders,os2/VBoxSF: Added SHFL_FN_SET_FILE_SIZE for setting the file size without needing to passing an mostly unused buffer (SHFLOBJINFO). Deprecated most of VbglR0SfXxxx and continued hacking on replacements using OS/2 as testbed. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibSharedFolders.c

    r73097 r76144  
    105105}
    106106
     107/** @name       Deprecated VBGL shared folder helpers.
     108 *
     109 * @deprecated  These are all use the slow VbglR0HGCMCall interface, that
     110 *              basically treat ring-0 and user land callers much the same.
     111 *              Since 6.0 there is VbglR0HGCMFastCall() that does not bother with
     112 *              repacking the request and locking/duplicating parameter buffers,
     113 *              but just passes it along to the host and handles the waiting.
     114 *              Also new in 6.0 is embedded buffers which saves a bit time on
     115 *              guest and host by embedding parameter buffers into the request.
     116 *
     117 * @{
     118 */
     119
    107120DECLVBGL(int) VbglR0SfQueryMappings(PVBGLSFCLIENT pClient, SHFLMAPPING paMappings[], uint32_t *pcMappings)
    108121{
     
    686699}
    687700
     701
     702/** @} */
     703
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