Changeset 82485 in vbox for trunk/src/VBox
- Timestamp:
- Dec 7, 2019 2:14:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
r82483 r82485 240 240 #endif /* VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS */ 241 241 242 /** @name Service functions, accessible by the backends. 243 * Locking is between the (host) service thread and the platform-dependent (window) thread. 244 * @{ 245 */ 246 int ShClSvcDataReadRequest(PSHCLCLIENT pClient, PSHCLDATAREQ pDataReq, PSHCLEVENTID puEvent); 247 int ShClSvcDataReadSignal(PSHCLCLIENT pClient, PSHCLCLIENTCMDCTX pCmdCtx, PSHCLDATABLOCK pData); 248 int ShClSvcFormatsReport(PSHCLCLIENT pClient, PSHCLFORMATDATA pFormats); 249 uint32_t ShClSvcGetMode(void); 250 bool ShClSvcGetHeadless(void); 251 bool ShClSvcLock(void); 252 void ShClSvcUnlock(void); 253 /** @} */ 254 255 242 256 /** @name Platform-dependent implementations for the Shared Clipboard host service, called *only* by the host service. 243 257 * @{
Note:
See TracChangeset
for help on using the changeset viewer.