Changeset 91622 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Oct 7, 2021 8:45:01 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147347
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h
r90238 r91622 205 205 { 206 206 /** The client's HGCM call handle. Needed for completing a deferred call. */ 207 VBOXHGCMCALLHANDLE hHandle;207 VBOXHGCMCALLHANDLE hHandle; 208 208 /** Message type (function number) to use when completing the deferred call. 209 209 * A non-0 value means the client is in pending mode. */ 210 uint32_t uType;210 uint32_t uType; 211 211 /** Parameter count to use when completing the deferred call. */ 212 uint32_t cParms;212 uint32_t cParms; 213 213 /** Parameters to use when completing the deferred call. */ 214 PVBOXHGCMSVCPARM paParms;214 PVBOXHGCMSVCPARM paParms; 215 215 } Pending; 216 216 } SHCLCLIENT, *PSHCLCLIENT;
Note:
See TracChangeset
for help on using the changeset viewer.