Changeset 108355 in vbox for trunk/src/VBox/Main/include/UnattendedImpl.h
- Timestamp:
- Feb 24, 2025 3:20:00 PM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167715
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedImpl.h
r106062 r108355 158 158 159 159 bool mfDoneDetectIsoOS; /**< Set by detectIsoOS(), cleared by setIsoPath(). */ 160 bool mfProductKeyRequired; 160 161 Utf8Str mStrDetectedOSTypeId; 161 162 Utf8Str mStrDetectedOSVersion; … … 214 215 HRESULT getInstallGuestAdditions(BOOL *installGuestAdditions); 215 216 HRESULT setInstallGuestAdditions(BOOL installGuestAdditions); 217 HRESULT getProductKeyRequired(BOOL *productKeyRequired); 216 218 HRESULT getValidationKitIsoPath(com::Utf8Str &aValidationKitIsoPath); 217 219 HRESULT setValidationKitIsoPath(const com::Utf8Str &aValidationKitIsoPath);
Note:
See TracChangeset
for help on using the changeset viewer.