Changeset 100205 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jun 19, 2023 10:25:09 AM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp
r100204 r100205 218 218 219 219 /** 220 * @copydoc SHCLTRANSFERCALLBACK TABLE::pfnOnStart220 * @copydoc SHCLTRANSFERCALLBACKS::pfnOnStart 221 221 * 222 222 * Called from VbglR3 (main thread) to notify the IDataObject. … … 268 268 } 269 269 270 /** @copydoc SHCLTRANSFERCALLBACK TABLE::pfnOnCompleted */270 /** @copydoc SHCLTRANSFERCALLBACKS::pfnOnCompleted */ 271 271 static DECLCALLBACK(void) vbtrShClTransferCompletedCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx, int rcCompletion) 272 272 { … … 280 280 } 281 281 282 /** @copydoc SHCLTRANSFERCALLBACK TABLE::pfnOnError */282 /** @copydoc SHCLTRANSFERCALLBACKS::pfnOnError */ 283 283 static DECLCALLBACK(void) vbtrShClTransferErrorCallback(PSHCLTRANSFERCALLBACKCTX pCbCtx, int rcError) 284 284 { … … 647 647 rc = SharedClipboardWinTransferCreateAndSetDataObject(pWinCtx, pCtx, &Callbacks); 648 648 } 649 #else 650 RT_NOREF(rc); 649 651 #endif 650 652 }
Note:
See TracChangeset
for help on using the changeset viewer.