VirtualBox

Changeset 55512 in vbox for trunk/include


Ignore:
Timestamp:
Apr 29, 2015 11:34:53 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99869
Message:

DnD: Bugfixes, cleanup, spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r55422 r55512  
    9494    int OpenEx(const RTCString &strPath, Type enmType, Dest enmDest, uint64_t fMode = 0, uint32_t fFlags = 0);
    9595    int Read(void *pvBuf, size_t cbBuf, uint32_t *pcbRead);
     96    void Reset(void);
    9697    int Write(const void *pvBuf, size_t cbBuf, uint32_t *pcbWritten);
    9798
     
    145146    RTCString RootToString(const RTCString &strBasePath = "", const RTCString &strSeparator = "\r\n");
    146147    size_t RootCount(void) { return m_lstRoot.size(); }
     148    uint32_t TotalCount(void) { return m_cTotal; }
    147149    size_t TotalBytes(void) { return m_cbTotal; }
    148150
     
    159161    /** List of all URI objects added. */
    160162    RTCList<DnDURIObject>  m_lstTree;
     163    /** Total number of all URI objects. */
     164    uint32_t               m_cTotal;
    161165    /** Total size of all URI objects, that is, the file
    162166     *  size of all objects (in bytes). */
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