Changeset 99951 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 24, 2023 10:37:12 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r99937 r99951 1850 1850 if (RT_SUCCESS(rc)) 1851 1851 { 1852 SHCLTXPROVIDERCREATIONCTX creationCtx; 1853 RT_ZERO(creationCtx); 1854 1855 /* Assign local provider first and overwrite interface methods below if needed. */ 1856 VBClTransferQueryIfaceLocal(&creationCtx.Interface); 1857 1852 1858 /* If this is a read transfer (reading data from host), set the interface to use 1853 1859 * our VbglR3 routines here. */ 1854 1860 if (enmDir == SHCLTRANSFERDIR_FROM_REMOTE) 1855 1861 { 1856 SHCLTXPROVIDERCREATIONCTX creationCtx;1857 RT_ZERO(creationCtx);1858 1859 1862 creationCtx.Interface.pfnRootsGet = vbglR3ClipboardTransferIfaceGetRoots; 1860 1863
Note:
See TracChangeset
for help on using the changeset viewer.