VirtualBox

Changeset 82487 in vbox for trunk/include


Ignore:
Timestamp:
Dec 7, 2019 3:37:03 AM (5 years ago)
Author:
vboxsync
Message:

VBox/VBoxGuestLib.h: Save four padding bytes in VBGLR3SHCLCMDCTX and remove the incorrect note regarding updating initializers (I couldn't find any). bugref:9437

File:
1 edited

Legend:

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

    r81768 r82487  
    588588
    589589/**
    590  * Structure containing the context required for
    591  * either retrieving or sending a HGCM shared clipboard
     590 * The context required for either retrieving or sending a HGCM shared clipboard
    592591 * commands from or to the host.
    593  *
    594  * Note: Do not change parameter order without also
    595  *       adapting all structure initializers.
    596592 */
    597593typedef struct VBGLR3SHCLCMDCTX
     
    601597     *        Use a union for the HGCM stuff then. */
    602598
     599    /** IN/OUT: Context ID to retrieve or to use. */
     600    uint64_t                  uContextID;
    603601    /** IN: HGCM client ID to use for communication. */
    604602    uint32_t                  uClientID;
    605     /** IN/OUT: Context ID to retrieve or to use. */
    606     uint64_t                  uContextID;
    607603    /** IN: Maximum chunk size (in bytes). */
    608604    uint32_t                  cbChunkSize;
     605    /** IN: Host feature flags (of type VBOX_SHCL_HF_XXX). */
     606    uint64_t                  fHostFeatures;
    609607    /** Flag indicating whether to use the legacy protocol (<= VBox 6.1) or not.
    610608     *  This is determined in VbglR3ClipboardConnectEx(). */
    611609    bool                      fUseLegacyProtocol;
    612     /** IN: Host feature flags (of type VBOX_SHCL_HF_XXX). */
    613     uint64_t                  fHostFeatures;
    614     /** OUT: Number of parameters retrieved. */
     610    /** OUT: Number of parameters retrieved.
     611     * @todo r=bird: s/uNumParms/cParms/ !! */
    615612    uint32_t                  uNumParms;
    616613#  ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
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