21 #ifndef FREERDP_CLIENT_SAMPLE_CHANNELS_H
22 #define FREERDP_CLIENT_SAMPLE_CHANNELS_H
24 #include <freerdp/freerdp.h>
25 #include <freerdp/client/channels.h>
27 int tf_on_channel_connected(freerdp* instance,
const char* name,
void* pInterface);
28 int tf_on_channel_disconnected(freerdp* instance,
const char* name,
void* pInterface);
30 void tf_OnChannelConnectedEventHandler(
void* context,
const ChannelConnectedEventArgs* e);
31 void tf_OnChannelDisconnectedEventHandler(
void* context,
const ChannelDisconnectedEventArgs* e);