VirtualBox

Changeset 103363 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
Feb 14, 2024 5:23:47 PM (10 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Added a dedicated VERR_SHCLPB_NO_DATA error code, to indicate that clipboard data for a format currently is not available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r102977 r103363  
    32033203/** Shared Clipboard event failed error. */
    32043204#define VERR_SHCLPB_EVENT_FAILED                    (-7152)
     3205/** No clipboard data available for requested format. */
     3206#define VERR_SHCLPB_NO_DATA                         (-7153)
    32053207/** @} */
    32063208
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