Changeset 102381 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 29, 2023 2:51:33 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/UnattendedImpl.h
r102171 r102381 218 218 HRESULT getTimeZone(com::Utf8Str &aTimezone); 219 219 HRESULT setTimeZone(const com::Utf8Str &aTimezone); 220 HRESULT getKeyboardLayout(com::Utf8Str &aKeyboardLayout); 221 HRESULT setKeyboardLayout(const com::Utf8Str &aKeyboardLayout); 222 HRESULT getKeyboardVariant(com::Utf8Str &aKeyboardVariant); 223 HRESULT setKeyboardVariant(const com::Utf8Str &aKeyboardVariant); 220 224 HRESULT getLocale(com::Utf8Str &aLocale); 221 225 HRESULT setLocale(const com::Utf8Str &aLocale);
Note:
See TracChangeset
for help on using the changeset viewer.