- Timestamp:
- Nov 29, 2024 1:09:26 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/ClipboardDataObjectImpl-win.cpp
r106061 r107185 503 503 { 504 504 PCSHCLLISTENTRY pRootEntry = ShClTransferRootsEntryGet(pTransfer, i); 505 AssertPtrBreakStmt(pRootEntry, rc = VERR_INVALID_POINTER); 505 506 506 507 AssertBreakStmt(pRootEntry->cbInfo == sizeof(SHCLFSOBJINFO), rc = VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.