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

/vbox/src/VBox/Main/src-server/
H A DVRDEServerImpl.cpp722 HRESULT VRDEServer::getAllowMultiConnection(BOOL *aAllowMultiConnection) argument
726 *aAllowMultiConnection = mData->mAllowMultiConnection;
732 HRESULT VRDEServer::setAllowMultiConnection(BOOL aAllowMultiConnection) argument
740 if (mData->mAllowMultiConnection != aAllowMultiConnection)
743 mData->mAllowMultiConnection = aAllowMultiConnection;

Completed in 43 milliseconds