VirtualBox

Changeset 100288 in vbox for trunk/include


Ignore:
Timestamp:
Jun 26, 2023 8:02:07 AM (18 months ago)
Author:
vboxsync
Message:

Shared Clipboard: More bugfixes for transfers HTTP server. bugref:9437

File:
1 edited

Legend:

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

    r100234 r100288  
    983983    SHCLHTTPSERVERSTATUS_NONE                  = 0x0,
    984984    /** A new transfer got registered. */
    985     SHCLHTTPSERVERSTATUS_TRANSFER_REGISTERED   = 0x1,
     985    SHCLHTTPSERVERSTATUS_STARTED               = 0x1,
     986    /** A new transfer got registered. */
     987    SHCLHTTPSERVERSTATUS_STOPPED               = 0x2,
     988    /** A new transfer got registered. */
     989    SHCLHTTPSERVERSTATUS_TRANSFER_REGISTERED   = 0x4,
    986990    /** A transfer got unregistered. */
    987     SHCLHTTPSERVERSTATUS_TRANSFER_UNREGISTERED = 0x2
     991    SHCLHTTPSERVERSTATUS_TRANSFER_UNREGISTERED = 0x8
    988992} SHCLHTTPSERVERSTATUS;
    989993
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