VirtualBox

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


Ignore:
Timestamp:
Jul 6, 2023 2:08:30 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158152
Message:

Shared Clipboard: Windows host service now uses the same way as the Linux host service wrt transfer handling. ​​​bugref:9437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-win.h

    r100407 r100412  
    295295    static int Thread(RTTHREAD hThread, void *pvUser);
    296296
     297    inline int lock(void);
     298    inline int unlock(void);
     299
    297300    int readDir(PSHCLTRANSFER pTransfer, const Utf8Str &strPath);
    298301
     
    304307    void registerFormat(LPFORMATETC pFormatEtc, CLIPFORMAT clipFormat, TYMED tyMed = TYMED_HGLOBAL,
    305308                        LONG lindex = -1, DWORD dwAspect = DVASPECT_CONTENT, DVTARGETDEVICE *pTargetDevice = NULL);
     309    int setTransferLocked(PSHCLTRANSFER pTransfer);
    306310    int setStatusLocked(Status enmStatus, int rc = VINF_SUCCESS);
    307311
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