VirtualBox

Changeset 49891 in vbox for trunk/include/VBox/HostServices


Ignore:
Timestamp:
Dec 12, 2013 8:09:20 PM (11 years ago)
Author:
vboxsync
Message:

Merged private draganddrop branch into trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/include/VBox/HostServices/DragAndDropSvc.h

    r42264 r49891  
    44
    55/*
    6  * Copyright (C) 2011-2012 Oracle Corporation
     6 * Copyright (C) 2011-2013 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    7272    HOST_DND_HG_EVT_DROPPED,
    7373    HOST_DND_HG_EVT_CANCEL,
     74    /** Gets the actual MIME data, based on
     75     *  the format(s) specified by HOST_DND_HG_EVT_ENTER. */
    7476    HOST_DND_HG_SND_DATA,
     77    /** Sent when the actual buffer for HOST_DND_HG_SND_DATA
     78     *  was too small. */
    7579    HOST_DND_HG_SND_MORE_DATA,
    7680    HOST_DND_HG_SND_DIR,
     
    392396    uint32_t uPercentage;
    393397    uint32_t uState;
     398    int rc;
    394399} VBOXDNDCBHGEVTPROGRESSDATA;
    395 typedef VBOXDNDCBHGEVTPROGRESSDATA *PVBOXDNDCBHGEVTPROGRESSDATA ;
     400typedef VBOXDNDCBHGEVTPROGRESSDATA *PVBOXDNDCBHGEVTPROGRESSDATA;
    396401
    397402typedef struct VBOXDNDCBGHACKPENDINGDATA
     
    419424    /** Callback data header. */
    420425    VBOXDNDCBHEADERDATA hdr;
    421     int32_t  rc;
     426    int32_t rc;
    422427} VBOXDNDCBEVTERRORDATA;
    423428typedef VBOXDNDCBEVTERRORDATA *PVBOXDNDCBEVTERRORDATA;
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