Changeset 100451 in vbox for trunk/include
- Timestamp:
- Jul 10, 2023 11:07:27 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard.h
r100393 r100451 88 88 typedef SHCLFORMATS *PSHCLFORMATS; 89 89 90 /** Defines the default timeout (in ms) to use for clipboard operations. */ 91 #define SHCL_TIMEOUT_DEFAULT_MS RT_MS_30SEC 90 /** Defines the default timeout (in ms) to use for clipboard single wait operations. 91 * Not being used for lenghtly operations as a whole! 92 * Note: Don't set this too high, otherwise the UI feels sluggish. */ 93 #define SHCL_TIMEOUT_DEFAULT_MS RT_MS_5SEC 92 94 93 95
Note:
See TracChangeset
for help on using the changeset viewer.