Changeset 98788 in vbox
- Timestamp:
- Feb 28, 2023 4:32:55 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/GuestControl.h
r98773 r98788 153 153 * Might not be supported on all (guest) OSes. 154 154 * 155 * @sa IPRT's implementation of RTDirCreateTempSecure() / RTFileCreateTempSecu mre(). */155 * @sa IPRT's implementation of RTDirCreateTempSecure() / RTFileCreateTempSecure(). */ 156 156 #define GSTCTL_CREATETEMP_F_SECURE RT_BIT(1) 157 157 /** Mask of valid flags. */
Note:
See TracChangeset
for help on using the changeset viewer.