Changeset 103482 in vbox
- Timestamp:
- Feb 20, 2024 5:11:29 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp
r103480 r103482 1211 1211 rc = VbglR3HGCMCall(&Msg.hdr, sizeof(Msg)); 1212 1212 if (RT_SUCCESS(rc)) 1213 { 1213 1214 rc = Msg.uHandle.GetUInt64(phList); AssertRC(rc); 1215 } 1214 1216 1215 1217 LogFlowFuncLeaveRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.