Changeset 105892 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 28, 2024 4:37:58 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h
r104178 r105892 728 728 GuestDirectoryOpenInfo(void) 729 729 : menmFilter(GSTCTLDIRFILTER_NONE) 730 , mFlags( 0) { }730 , mFlags(GSTCTLDIR_F_NONE) { } 731 731 732 732 /** The directory path. */ … … 736 736 /** The filter option to use. */ 737 737 GSTCTLDIRFILTER menmFilter; 738 /** Opening flags (of type GSTCTLDIR FILTER_XXX). */738 /** Opening flags (of type GSTCTLDIR_F_XXX). */ 739 739 uint32_t mFlags; 740 740 };
Note:
See TracChangeset
for help on using the changeset viewer.