Changeset 60410 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 10, 2016 3:42:46 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106496
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r58437 r60410 290 290 ULONG mCpuExecutionCap; 291 291 uint32_t mCpuIdPortabilityLevel; 292 Utf8Str mCpuProfile; 292 293 BOOL mAccelerate3DEnabled; 293 294 BOOL mHPETEnabled; … … 875 876 HRESULT getCPUIDPortabilityLevel(ULONG *aCPUIDPortabilityLevel); 876 877 HRESULT setCPUIDPortabilityLevel(ULONG aCPUIDPortabilityLevel); 878 HRESULT getCPUProfile(com::Utf8Str &aCPUProfile); 879 HRESULT setCPUProfile(const com::Utf8Str &aCPUProfile); 877 880 HRESULT getMemorySize(ULONG *aMemorySize); 878 881 HRESULT setMemorySize(ULONG aMemorySize);
Note:
See TracChangeset
for help on using the changeset viewer.