VirtualBox

Changeset 92738 in vbox for trunk/include/VBox/GuestHost


Ignore:
Timestamp:
Dec 3, 2021 4:10:15 PM (3 years ago)
Author:
vboxsync
Message:

Shared Clipboard/Transfers: Resolved @todos: Revamped event [source] interface to now use the event objects directly instead of the event ID [build fix]. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard.h

    r92735 r92738  
    137137#define NIL_SHCLEVENTID                          UINT32_MAX
    138138
    139 /* Forward declaration, needed for SHCLEVENT. */
    140 struct SHCLEVENTSOURCE;
     139/** Forward declaration, needed for SHCLEVENT. */
     140typedef struct SHCLEVENTSOURCE *PSHCLEVENTSOURCE;
    141141
    142142/**
     
    148148    RTLISTNODE          Node;
    149149    /** Parent (source) this event belongs to. */
    150     SHCLEVENTSOURCE    *pParent;
     150    PSHCLEVENTSOURCE    pParent;
    151151    /** The event's ID, for self-reference. */
    152152    SHCLEVENTID         idEvent;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette