Changeset 105254 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 10, 2024 9:39:16 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostImpl.h
r101176 r105254 177 177 178 178 HRESULT removeUSBDeviceSource(const com::Utf8Str &aId); 179 HRESULT isExecutionEngineSupported(CPUArchitecture_T enmCpuArchitecture, VMExecutionEngine_T enmExecutionEngine, BOOL *pfIsSupported); 179 180 180 181 // Internal Methods. … … 216 217 HRESULT i_getDrivesPathsList(std::list<std::pair<com::Utf8Str, com::Utf8Str> > &aDriveList) RT_NOEXCEPT; 217 218 219 #ifdef VBOX_WITH_NATIVE_NEM 220 BOOL i_HostIsNativeApiSupported(); 221 #endif 222 218 223 struct Data; // opaque data structure, defined in HostImpl.cpp 219 224 Data *m;
Note:
See TracChangeset
for help on using the changeset viewer.