Changeset 93525 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 1, 2022 10:28:57 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedImpl.h
r93521 r93525 31 31 struct ControllerSlot; 32 32 33 /** 34 * A data type to store image data which is read from intall.wim file. 35 * Currently relevant only for Windows OSs. 36 */ 33 37 struct WIMImage 34 38 { … … 37 41 Utf8Str mVersionMinor; 38 42 Utf8Str mVersionBuild; 43 Utf8Str getNameAndVersion() const; 39 44 }; 40 45
Note:
See TracChangeset
for help on using the changeset viewer.