Changeset 104307 in vbox for trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp
- Timestamp:
- Apr 12, 2024 8:55:20 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-transfers-http.cpp
r104306 r104307 481 481 if (RT_SUCCESS(rc)) 482 482 { 483 SHCLOBJOPENCREATEPARMS openParms; 483 SHCLOBJOPENCREATEPARMS openParms; 484 484 rc = ShClTransferObjOpenParmsInit(&openParms); 485 485 if (RT_SUCCESS(rc)) … … 533 533 LogRel2(("Shared Clipboard: Supplied entry information for '%s' not supported (fInfo=%#x, cbInfo=%RU32\n", 534 534 pEntry->pszName, pEntry->fInfo, pEntry->cbInfo)); 535 /* Note: Directories / symlinks or other fancy stuff is not supported here (yet) -- would require using WebDAV. */ 535 /* Note: Directories / symlinks or other fancy stuff is not supported here (yet) -- would require using WebDAV. */ 536 536 } 537 537 }
Note:
See TracChangeset
for help on using the changeset viewer.