- Timestamp:
- Oct 22, 2019 8:24:39 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134159
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
r81352 r81441 126 126 { 127 127 /** The client's HGCM call handle. Needed for completing a deferred call. */ 128 VBOXHGCMCALLHANDLE hHandle;128 VBOXHGCMCALLHANDLE hHandle; 129 129 /** Message type (function number) to use when completing the deferred call. 130 130 * A non-0 value means the client is in pending mode. */ 131 uint32_t uType;131 uint32_t uType; 132 132 /** Parameter count to use when completing the deferred call. */ 133 uint32_t cParms;133 uint32_t cParms; 134 134 /** Parameters to use when completing the deferred call. */ 135 PVBOXHGCMSVCPARM paParms;135 PVBOXHGCMSVCPARM paParms; 136 136 } Pending; 137 137 } SHCLCLIENT, *PSHCLCLIENT; … … 347 347 DECLCALLBACK(void) VBoxSvcClipboardTransferErrorCallback(PSHCLTRANSFERCALLBACKDATA pData, int rc); 348 348 /** @} */ 349 #endif /* VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS */349 #endif /* VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS */ 350 350 351 351 /* Host unit testing interface */
Note:
See TracChangeset
for help on using the changeset viewer.