| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifndef FREERDP_LIB_CORE_CHANNELS_H |
| #define FREERDP_LIB_CORE_CHANNELS_H |
| |
| #include <freerdp/api.h> |
| #include "client.h" |
| |
| FREERDP_LOCAL BOOL freerdp_channel_send(rdpRdp* rdp, UINT16 channelId, const BYTE* data, |
| size_t size); |
| FREERDP_LOCAL BOOL freerdp_channel_process(freerdp* instance, wStream* s, UINT16 channelId, |
| size_t packetLength); |
| FREERDP_LOCAL BOOL freerdp_channel_peer_process(freerdp_peer* client, wStream* s, UINT16 channelId); |
| |
| #endif |