Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
BOOL CConnectLayer::OnLayerClose()
111
{
112
int nRet = Clean();
113
if(nRet) return false;
114
return true;
115
}
116
117
BOOL CConnectLayer::cbLayerWait(void *userContext, BOOL waitWrite, DWORD timeout)
118
{
Callers
1
cbLayerClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected