Changeset 81229 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Oct 11, 2019 2:33:25 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133917
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r81223 r81229 1953 1953 1954 1954 SHCLLISTHANDLE hList = SHCLLISTHANDLE_INVALID; 1955 uint32_t 1955 uint32_t fFlags = 0; 1956 1956 rc = VbglR3ClipboardListHdrReadRecvReq(pCmdCtx, &hList, &fFlags); 1957 1957 if (RT_SUCCESS(rc)) … … 1983 1983 { 1984 1984 SHCLLISTHANDLE hList; 1985 uint32_t 1985 uint32_t fInfo; 1986 1986 rc = VbglR3ClipboardListEntryReadRecvReq(pCmdCtx, &hList, &fInfo); 1987 1987 if (RT_SUCCESS(rc)) … … 2061 2061 { 2062 2062 SHCLOBJHANDLE hObj; 2063 uint32_t cbBuf;2064 uint32_t fFlags;2063 uint32_t cbBuf; 2064 uint32_t fFlags; 2065 2065 rc = VbglR3ClipboardObjReadRecv(pCmdCtx, &hObj, &cbBuf, &fFlags); 2066 2066 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.