Changeset 100206 in vbox for trunk/include
- Timestamp:
- Jun 19, 2023 12:22:15 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-win.h
r100204 r100206 111 111 } SHCLWINAPIOLD, *PSHCLWINAPIOLD; 112 112 113 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS 113 114 /** Forward declaration for the Windows data object. */ 114 115 class SharedClipboardWinDataObject; 116 #endif 115 117 116 118 /** … … 135 137 /** Structure for maintaining the old clipboard API. */ 136 138 SHCLWINAPIOLD oldAPI; 139 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS 137 140 /** The "in-flight" data object for file transfers. 138 141 * This is the current data object which has been created and sent to the Windows clipboard. … … 142 145 SharedClipboardWinDataObject 143 146 *pDataObjInFlight; 147 #endif 144 148 /** Request queue. 145 149 * Needed for processing HGCM requests within the HGCM (main) thread from the Windows event thread. */
Note:
See TracChangeset
for help on using the changeset viewer.