Changeset 100412 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Jul 6, 2023 2:08:30 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 158152
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-win.h
r100407 r100412 295 295 static int Thread(RTTHREAD hThread, void *pvUser); 296 296 297 inline int lock(void); 298 inline int unlock(void); 299 297 300 int readDir(PSHCLTRANSFER pTransfer, const Utf8Str &strPath); 298 301 … … 304 307 void registerFormat(LPFORMATETC pFormatEtc, CLIPFORMAT clipFormat, TYMED tyMed = TYMED_HGLOBAL, 305 308 LONG lindex = -1, DWORD dwAspect = DVASPECT_CONTENT, DVTARGETDEVICE *pTargetDevice = NULL); 309 int setTransferLocked(PSHCLTRANSFER pTransfer); 306 310 int setStatusLocked(Status enmStatus, int rc = VINF_SUCCESS); 307 311
Note:
See TracChangeset
for help on using the changeset viewer.