VirtualBox

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


Ignore:
Timestamp:
Nov 29, 2023 2:51:33 PM (12 months ago)
Author:
vboxsync
Message:

Main/Unattended: Added stubs for IUnattended:keyboardLayout + IUnattended:keyboardVariant attributes. bugref:10553

File:
1 edited

Legend:

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

    r102171 r102381  
    218218    HRESULT getTimeZone(com::Utf8Str &aTimezone);
    219219    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);
    220224    HRESULT getLocale(com::Utf8Str &aLocale);
    221225    HRESULT setLocale(const com::Utf8Str &aLocale);
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