VirtualBox

Ignore:
Timestamp:
Oct 7, 2021 8:45:01 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147347
Message:

SharedClipboardSvc-internal.h: fix tab setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc-internal.h

    r90238 r91622  
    205205    {
    206206        /** The client's HGCM call handle. Needed for completing a deferred call. */
    207         VBOXHGCMCALLHANDLE   hHandle;
     207        VBOXHGCMCALLHANDLE      hHandle;
    208208        /** Message type (function number) to use when completing the deferred call.
    209209         *  A non-0 value means the client is in pending mode. */
    210         uint32_t             uType;
     210        uint32_t                uType;
    211211        /** Parameter count to use when completing the deferred call. */
    212         uint32_t             cParms;
     212        uint32_t                cParms;
    213213        /** Parameters to use when completing the deferred call. */
    214         PVBOXHGCMSVCPARM     paParms;
     214        PVBOXHGCMSVCPARM        paParms;
    215215    } Pending;
    216216} SHCLCLIENT, *PSHCLCLIENT;
Note: See TracChangeset for help on using the changeset viewer.

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