MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / OnLayerClose

Method OnLayerClose

Plugins/FreeRDP/Client/ConnectLayer.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110BOOL CConnectLayer::OnLayerClose()
111{
112 int nRet = Clean();
113 if(nRet) return false;
114 return true;
115}
116
117BOOL CConnectLayer::cbLayerWait(void *userContext, BOOL waitWrite, DWORD timeout)
118{

Callers 1

cbLayerCloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected