21#include <winpr/wtypes.h>
22#include <winpr/stream.h>
24#include <freerdp/api.h>
26typedef UINT (*MsgHandler)(LPVOID userdata,
wStream* data);
29FREERDP_API
void* channel_client_create_handler(rdpContext* ctx, LPVOID userdata,
30 MsgHandler handler,
const char* channel_name);
33FREERDP_LOCAL UINT channel_client_post_message(
void* MsgsHandle, LPVOID pData, UINT32 dataLength,
34 UINT32 totalLength, UINT32 dataFlags);
36FREERDP_LOCAL UINT channel_client_quit_handler(
void* MsgsHandle);