Changeset 92738 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Dec 3, 2021 4:10:15 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard.h
r92735 r92738 137 137 #define NIL_SHCLEVENTID UINT32_MAX 138 138 139 /* Forward declaration, needed for SHCLEVENT. */140 structSHCLEVENTSOURCE;139 /** Forward declaration, needed for SHCLEVENT. */ 140 typedef struct SHCLEVENTSOURCE *PSHCLEVENTSOURCE; 141 141 142 142 /** … … 148 148 RTLISTNODE Node; 149 149 /** Parent (source) this event belongs to. */ 150 SHCLEVENTSOURCE *pParent;150 PSHCLEVENTSOURCE pParent; 151 151 /** The event's ID, for self-reference. */ 152 152 SHCLEVENTID idEvent;
Note:
See TracChangeset
for help on using the changeset viewer.