VirtualBox

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


Ignore:
Timestamp:
Jul 10, 2024 9:39:16 AM (6 months ago)
Author:
vboxsync
Message:

Main,FE/VBoxManage: Add method to query which execution engines supported by a build are actually supported by the host. Primarily for querying whether the native API is accessible on a host

File:
1 edited

Legend:

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

    r101176 r105254  
    177177
    178178    HRESULT removeUSBDeviceSource(const com::Utf8Str &aId);
     179    HRESULT isExecutionEngineSupported(CPUArchitecture_T enmCpuArchitecture, VMExecutionEngine_T enmExecutionEngine, BOOL *pfIsSupported);
    179180
    180181    // Internal Methods.
     
    216217    HRESULT i_getDrivesPathsList(std::list<std::pair<com::Utf8Str, com::Utf8Str> > &aDriveList) RT_NOEXCEPT;
    217218
     219#ifdef VBOX_WITH_NATIVE_NEM
     220    BOOL i_HostIsNativeApiSupported();
     221#endif
     222
    218223    struct Data;        // opaque data structure, defined in HostImpl.cpp
    219224    Data *m;
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