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

Method cbLayerWrite

Plugins/FreeRDP/Client/ConnectLayer.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93int CConnectLayer::cbLayerWrite(void *userContext, const void *data, int bytes)
94{
95 if(!userContext) return -1;
96 if (!data || !bytes)
97 return 0;
98 CConnectLayer* pThis = ((LayerUserData*)userContext)->pThis;
99 return pThis->OnLayerWrite(data, bytes);
100}
101
102BOOL CConnectLayer::cbLayerClose(void *userContext)
103{

Callers

nothing calls this directly

Calls 1

OnLayerWriteMethod · 0.45

Tested by

no test coverage detected