| 797 | } |
| 798 | |
| 799 | LONG NanaBox::RdpClient::AudioRedirectionMode() |
| 800 | { |
| 801 | LONG RawValue; |
| 802 | winrt::check_hresult( |
| 803 | this->m_SecuredSettings->get_AudioRedirectionMode( |
| 804 | &RawValue)); |
| 805 | return RawValue; |
| 806 | } |
| 807 | |
| 808 | void NanaBox::RdpClient::AudioRedirectionMode( |
| 809 | LONG const& Value) |
no outgoing calls
no test coverage detected