VirtualBox

Changeset 59829 in vbox


Ignore:
Timestamp:
Feb 26, 2016 9:56:04 AM (9 years ago)
Author:
vboxsync
Message:

DragAndDropSvc.h: Comment.

File:
1 edited

Legend:

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

    r58329 r59829  
    44
    55/*
    6  * Copyright (C) 2011-2015 Oracle Corporation
     6 * Copyright (C) 2011-2016 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    136136     *  ready to transfer data over to the guest. */
    137137    HOST_DND_HG_EVT_DROPPED            = 203,
    138     /** The host requested to cancel the current DnD operation. */
     138    /** The host requested to cancel the current DnD operation on
     139     *  the guest side. This can happen on user request on the host's
     140     *  UI side or due to some host error which has happened.
     141     *
     142     *  Note: This is a fire-and-forget message, as the host should
     143     *        not rely on an answer from the guest side in order to
     144     *        properly cancel the operation. */
    139145    HOST_DND_HG_EVT_CANCEL             = 204,
    140146    /** Sends the data header at the beginning of a (new)
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