VirtualBox

Changeset 100234 in vbox for trunk/include


Ignore:
Timestamp:
Jun 21, 2023 10:28:51 AM (18 months ago)
Author:
vboxsync
Message:

Shared Clipboard: Fixed VBOX_SHCL_INFO_FLAG_XXX -> VBOX_SHCL_INFO_F_XXX leftovers. bugref:9437

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r100233 r100234  
    450450     *  Includes terminator. */
    451451    uint32_t   cbName;
    452     /** Information flag(s). Of type VBOX_SHCL_INFO_FLAG_XXX. */
     452    /** Information flag(s). Of type VBOX_SHCL_INFO_F_XXX. */
    453453    uint32_t   fInfo;
    454454    /** Size (in bytes) of the actual list entry. */
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r100204 r100234  
    934934    /** uint64_t, in: Context ID. */
    935935    HGCMFunctionParameter uContext;
    936     /** uint32_t, in: VBOX_SHCL_INFO_FLAG_XXX. */
     936    /** uint32_t, in: VBOX_SHCL_INFO_F_XXX. */
    937937    HGCMFunctionParameter fInfo;
    938938    /** uint64_t, in: Index of root list entry to get (zero-based). */
     
    10611061    /** uint64_t, in: List handle. */
    10621062    HGCMFunctionParameter uHandle;
    1063     /** uint32_t, in: VBOX_SHCL_INFO_FLAG_XXX. */
     1063    /** uint32_t, in: VBOX_SHCL_INFO_F_XXX. */
    10641064    HGCMFunctionParameter fInfo;
    10651065} VBoxShClListEntryReqParms;
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