FreeRDP
channels/client/addin.h File Reference
This graph shows which files directly or indirectly include this file:

Typedefs

typedef UINT(* MsgHandler) (LPVOID userdata, wStream *data)
 

Functions

FREERDP_API void * channel_client_create_handler (rdpContext *ctx, LPVOID userdata, MsgHandler handler, const char *channel_name)
 
UINT channel_client_post_message (void *MsgsHandle, LPVOID pData, UINT32 dataLength, UINT32 totalLength, UINT32 dataFlags)
 
UINT channel_client_quit_handler (void *MsgsHandle)
 

Typedef Documentation

◆ MsgHandler

typedef UINT(* MsgHandler) (LPVOID userdata, wStream *data)

Function Documentation

◆ channel_client_create_handler()

FREERDP_API void* channel_client_create_handler ( rdpContext *  ctx,
LPVOID  userdata,
MsgHandler  handler,
const char *  channel_name 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ channel_client_post_message()

UINT channel_client_post_message ( void *  MsgsHandle,
LPVOID  pData,
UINT32  dataLength,
UINT32  totalLength,
UINT32  dataFlags 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ channel_client_quit_handler()

UINT channel_client_quit_handler ( void *  MsgsHandle)
Here is the call graph for this function:
Here is the caller graph for this function: