Searched defs:aExclusiveHwVirt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp279 HRESULT SystemProperties::getExclusiveHwVirt(BOOL *aExclusiveHwVirt) argument
283 *aExclusiveHwVirt = m->fExclusiveHwVirt;
288 HRESULT SystemProperties::setExclusiveHwVirt(BOOL aExclusiveHwVirt) argument
291 m->fExclusiveHwVirt = !!aExclusiveHwVirt;

Completed in 45 milliseconds