VirtualBox

Changeset 81441 in vbox for trunk


Ignore:
Timestamp:
Oct 22, 2019 8:24:39 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134159
Message:

Shared Clipboard/Svc: Formatting.

File:
1 edited

Legend:

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

    r81352 r81441  
    126126    {
    127127        /** The client's HGCM call handle. Needed for completing a deferred call. */
    128         VBOXHGCMCALLHANDLE hHandle;
     128        VBOXHGCMCALLHANDLE   hHandle;
    129129        /** Message type (function number) to use when completing the deferred call.
    130130         *  A non-0 value means the client is in pending mode. */
    131         uint32_t           uType;
     131        uint32_t             uType;
    132132        /** Parameter count to use when completing the deferred call. */
    133         uint32_t           cParms;
     133        uint32_t             cParms;
    134134        /** Parameters to use when completing the deferred call. */
    135         PVBOXHGCMSVCPARM   paParms;
     135        PVBOXHGCMSVCPARM     paParms;
    136136    } Pending;
    137137} SHCLCLIENT, *PSHCLCLIENT;
     
    347347DECLCALLBACK(void) VBoxSvcClipboardTransferErrorCallback(PSHCLTRANSFERCALLBACKDATA pData, int rc);
    348348/** @} */
    349 #endif /*VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS */
     349#endif /* VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS */
    350350
    351351/* Host unit testing interface */
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