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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp1647 HRESULT Machine::getVideoCaptureEnabled(BOOL *aVideoCaptureEnabled) argument
1651 *aVideoCaptureEnabled = mHWData->mVideoCaptureEnabled;
1655 HRESULT Machine::setVideoCaptureEnabled(BOOL aVideoCaptureEnabled) argument
1663 mHWData->mVideoCaptureEnabled = aVideoCaptureEnabled;

Completed in 70 milliseconds