VirtualBox

Changeset 79688 in vbox for trunk/include


Ignore:
Timestamp:
Jul 11, 2019 11:24:26 AM (6 years ago)
Author:
vboxsync
Message:

Shared Clipboard/URI: Doxygen.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r79672 r79688  
    382382    /** Size (in bytes) of string list. */
    383383    uint32_t cbRoots;
    384     /** String list (separated with \r\n) containing the root items. */
     384    /** String list (separated with CRLF) containing the root items. */
    385385    char    *pszRoots;
    386386} VBOXCLIPBOARDROOTS, *PVBOXCLIPBOARDROOTS;
     
    10561056
    10571057#endif /* !VBOX_INCLUDED_GuestHost_SharedClipboard_uri_h */
    1058 
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r79672 r79688  
    413413    /** uin32_t, out: Size (in bytes) of string list. */
    414414    HGCMFunctionParameter cbRoots;
    415     /** pointer, out: string list (separated with \r\n) containing the root items. */
     415    /** pointer, out: string list (separated with CRLF) containing the root items. */
    416416    HGCMFunctionParameter pvRoots;
    417417} VBoxClipboardRootsMsg;
     
    650650
    651651#endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h */
    652 
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