VirtualBox

Changeset 57654 in vbox for trunk/include/VBox/GuestHost


Ignore:
Timestamp:
Sep 8, 2015 1:16:17 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102553
Message:

DnD: Moved allocation of DNDDIRDROPPEDFILES into DnDDirDroppedFilesCreateAndOpen(Temp|Ex). Untested.

File:
1 edited

Legend:

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

    r57500 r57654  
    6161int DnDDirDroppedAddFile(PDNDDIRDROPPEDFILES pDir, const char *pszFile);
    6262int DnDDirDroppedAddDir(PDNDDIRDROPPEDFILES pDir, const char *pszDir);
    63 int DnDDirDroppedFilesCreateAndOpenEx(const char *pszPath, PDNDDIRDROPPEDFILES pDir);
    64 int DnDDirDroppedFilesCreateAndOpenTemp(PDNDDIRDROPPEDFILES pDir);
     63int DnDDirDroppedFilesCreateAndOpenEx(const char *pszPath, uint32_t fFlags, PDNDDIRDROPPEDFILES *ppDir);
     64int DnDDirDroppedFilesCreateAndOpenTemp(uint32_t fFlags, PDNDDIRDROPPEDFILES *ppDir);
    6565int DnDDirDroppedFilesClose(PDNDDIRDROPPEDFILES pDir, bool fRemove);
     66void DnDDirDroppedFilesDestroy(PDNDDIRDROPPEDFILES pDir);
    6667const char *DnDDirDroppedFilesGetDirAbs(PDNDDIRDROPPEDFILES pDir);
    6768int DnDDirDroppedFilesRollback(PDNDDIRDROPPEDFILES pDir);
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