Changeset 100606 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 17, 2023 4:32:44 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158436
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r100038 r100606 220 220 HRESULT i_onCPUChange(ULONG aCPU, BOOL aRemove); 221 221 HRESULT i_onCPUExecutionCapChange(ULONG aExecutionCap); 222 HRESULT i_onClipboardError(const Utf8Str &aId, const Utf8Str &aErrMsg, LONG aRc); 222 223 HRESULT i_onClipboardModeChange(ClipboardMode_T aClipboardMode); 223 224 HRESULT i_onClipboardFileTransferModeChange(bool aEnabled); … … 1190 1191 #endif 1191 1192 1193 #ifdef VBOX_WITH_SHARED_CLIPBOARD 1194 # ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS 1195 /* Service extension for the Shared Clipboard HGCM service. */ 1196 HGCMSVCEXTHANDLE m_hHgcmSvcExtShCl; 1197 # endif 1198 #endif 1199 1192 1200 #ifdef VBOX_WITH_DRAG_AND_DROP 1193 HGCMSVCEXTHANDLE m_hHgcmSvcExtDragAndDrop;1194 #endif 1195 1201 /* Service extension for the Drag'n Drop HGCM service. */ 1202 HGCMSVCEXTHANDLE m_hHgcmSvcExtDragAndDrop; 1203 #endif 1196 1204 /** Pointer to the progress object of a live cancelable task. 1197 1205 * -
trunk/src/VBox/Main/include/ConsoleVRDPServer.h
r98296 r100606 232 232 233 233 int mcClipboardRefs; 234 HGCMSVCEXTHANDLE mhClipboard;235 234 PFNVRDPCLIPBOARDEXTCALLBACK mpfnClipboardCallback; 236 235
Note:
See TracChangeset
for help on using the changeset viewer.