Changeset 92740 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Dec 3, 2021 4:28:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard.h
r92738 r92740 137 137 #define NIL_SHCLEVENTID UINT32_MAX 138 138 139 /** Forward declaration, needed for SHCLEVENT. */ 139 /** Pointer to a shared clipboard event source. 140 * Forward declaration, needed for SHCLEVENT. */ 140 141 typedef struct SHCLEVENTSOURCE *PSHCLEVENTSOURCE; 141 142 … … 178 179 RTLISTANCHOR lstEvents; 179 180 } SHCLEVENTSOURCE; 180 /** Pointer to a shared clipboard event source. */181 typedef SHCLEVENTSOURCE *PSHCLEVENTSOURCE;182 181 183 182 /** @name Shared Clipboard data payload functions.
Note:
See TracChangeset
for help on using the changeset viewer.