VirtualBox

Changeset 93525 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Feb 1, 2022 10:28:57 AM (3 years ago)
Author:
vboxsync
Message:

Main/Unattended: bugref:9781. Adding a function to WIMImage struct to return concatenated name and version string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/UnattendedImpl.h

    r93521 r93525  
    3131struct ControllerSlot;
    3232
     33/**
     34 * A data type to store image data which is read from intall.wim file.
     35 * Currently relevant only for Windows OSs.
     36 */
    3337struct WIMImage
    3438{
     
    3741    Utf8Str mVersionMinor;
    3842    Utf8Str mVersionBuild;
     43    Utf8Str getNameAndVersion() const;
    3944};
    4045
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette