MCPcopy Create free account
hub / github.com/M2Team/NanaBox / RdpClientUninitialize

Method RdpClientUninitialize

NanaBox/MainWindow.cpp:1393–1400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1391}
1392
1393void NanaBox::MainWindow::RdpClientUninitialize()
1394{
1395 this->KillTimer(
1396 NanaBox::MainWindowTimerEvents::SyncDisplaySettings);
1397 this->m_RdpClient->DisableEventsDispatcher();
1398 this->m_RdpClientWindow.DestroyWindow();
1399 this->m_RdpClient = nullptr;
1400}
1401
1402void NanaBox::MainWindow::RdpClientConnect()
1403{

Callers 1

Calls 1

Tested by

no test coverage detected