VirtualBox

Changeset 82486 in vbox for trunk/include


Ignore:
Timestamp:
Dec 7, 2019 2:41:24 AM (5 years ago)
Author:
vboxsync
Message:

VBoxClipboardSvc: doxygen, comment. bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxClipboardSvc.h

    r82485 r82486  
    290290 * @{
    291291 */
    292 /** Calls the host and waits (blocking) for an host event VBOX_SHCL_HOST_MSG_*.
    293  *  Deprecated, do not use anymore. Kept to not break compatibility with older
    294  *  Guest Additions / VBox versions. */
     292/** Calls the host and waits (blocking) for an host event VBOX_SHCL_HOST_MSG_XXX.
     293 *
     294 * @deprecated Replaced by VBOX_SHCL_GUEST_FN_MSG_PEEK_WAIT,
     295 *             VBOX_SHCL_GUEST_FN_MSG_GET, VBOX_SHCL_GUEST_FN_MSG_CANCEL.
     296 */
    295297#define VBOX_SHCL_GUEST_FN_GET_HOST_MSG_OLD       1
    296298/** Sends a list of available formats to the host.
     
    300302 *
    301303 * @retval  VINF_SUCCESS on success.
    302  * @retval  For VBox >= 6.1: VINF_BUFFER_OVERLFLOW if not enough buffer space has been given to retrieve the actual data.
    303  *                           The call then must be repeated with a buffer size returned from the host in cbData.
     304 * @retval  VINF_BUFFER_OVERLFLOW (VBox >= 6.1 only) if not enough buffer space
     305 *          has been given to retrieve the actual data. The call then must be
     306 *          repeated with a buffer size returned from the host in cbData.
    304307 * @retval  VERR_INVALID_CLIENT_ID
    305308 * @retval  VERR_WRONG_PARAMETER_COUNT
     
    323326/** Report guest side feature flags and retrieve the host ones.
    324327 *
    325  * The guest replies to the host what features it support in addition.
    326  * In return the host will return features the host supports.
    327  *
    328  * Two 64-bit parameters are passed in from the
    329  * guest with the guest features (VBOX_SHCL_GF_XXX), the host replies by
    330  * replacing the parameter values with the host ones (VBOX_SHCL_HF_XXX).
     328 * Two 64-bit parameters are passed in from the guest with the guest features
     329 * (VBOX_SHCL_GF_XXX), the host replies by replacing the parameter values with
     330 * the host ones (VBOX_SHCL_HF_XXX).
    331331 *
    332332 * @retval  VINF_SUCCESS on success.
     
    358358 * @retval  VERR_WRONG_PARAMETER_TYPE
    359359 * @since   6.1
     360 * @todo r=bird: Either s/_FN_(MSG_)/_MSG_/ or  s/_FN_(MSG_)/_FN_/, the place
     361 *       you copied these from used _MSG_ instead of _FN_ in the general prefix.
    360362 */
    361363#define VBOX_SHCL_GUEST_FN_MSG_PEEK_NOWAIT        8
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