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

Method cbLayerWait

Plugins/FreeRDP/Client/ConnectLayer.cpp:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117BOOL CConnectLayer::cbLayerWait(void *userContext, BOOL waitWrite, DWORD timeout)
118{
119 //qDebug(log) << Q_FUNC_INFO;
120 CConnectLayer* pThis = ((LayerUserData*)userContext)->pThis;
121 return pThis->OnLayerWait(waitWrite, timeout);
122}
123
124HANDLE CConnectLayer::cbLayerGetEvent(void *userContext)
125{

Callers

nothing calls this directly

Calls 1

OnLayerWaitMethod · 0.45

Tested by

no test coverage detected