Changeset 57094 in vbox for trunk/include/iprt
- Timestamp:
- Jul 27, 2015 11:27:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/system.h
r57078 r57094 247 247 * 248 248 * The current implemention is very simplistic and won't try to detect the 249 * pre cense of a virtual machienmonitor (VMM) unless it openly tells us it is249 * presence of a virtual machine monitor (VMM) unless it openly tells us it is 250 250 * there. 251 251 * … … 253 253 * 254 254 * @todo If more information is needed, like which VMM it is and which 255 * version and s tuch, add one or twonew APIs.255 * version and such, add one or two new APIs. 256 256 */ 257 257 RTDECL(bool) RTSystemIsInsideVM(void);
Note:
See TracChangeset
for help on using the changeset viewer.