Changeset 99955 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 24, 2023 11:11:36 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r99954 r99955 1771 1771 /** @copydoc SHCLTXPROVIDERIFACE::pfnListEntryRead */ 1772 1772 static DECLCALLBACK(int) vbglR3ClipboardTransferIfaceListEntryRead(PSHCLTXPROVIDERCTX pCtx, 1773 SHCLLISTHANDLE hList, PSHCLLISTENTRY p Entry)1773 SHCLLISTHANDLE hList, PSHCLLISTENTRY pListEntry) 1774 1774 { 1775 1775 LogFlowFuncEnter(); … … 1778 1778 AssertPtr(pCmdCtx); 1779 1779 1780 int rc = VbglR3ClipboardListEntryRead(pCmdCtx, hList, p Entry);1780 int rc = VbglR3ClipboardListEntryRead(pCmdCtx, hList, pListEntry); 1781 1781 1782 1782 LogFlowFuncLeaveRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.