Searched refs:sysProps (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DAudioAdapterImpl.cpp93 ComPtr<ISystemProperties> sysProps;
94 rc = VBox->COMGETTER(SystemProperties)(sysProps.asOutParam());
97 rc = sysProps->COMGETTER(DefaultAudioDriver)(&defaultAudioDriver);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1354 ComPtr<ISystemProperties> sysProps; local
1355 pVirtualBox->COMGETTER(SystemProperties)(sysProps.asOutParam());
1359 sysProps->COMGETTER(SerialPortCount)(&maxUARTs);
1441 sysProps->COMGETTER(ParallelPortCount)(&maxLPTs);

Completed in 70 milliseconds