Changeset 76144 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 10, 2018 9:25:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR0LibSharedFolders.c
r73097 r76144 105 105 } 106 106 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 107 120 DECLVBGL(int) VbglR0SfQueryMappings(PVBGLSFCLIENT pClient, SHFLMAPPING paMappings[], uint32_t *pcMappings) 108 121 { … … 686 699 } 687 700 701 702 /** @} */ 703
Note:
See TracChangeset
for help on using the changeset viewer.