ReactOS 0.4.16-dev-122-g325d74c
|
#include "rdesktop.h"
Go to the source code of this file.
Functions | |
static void | cliprdr_send_packet (RDPCLIENT *This, uint16 type, uint16 status, uint8 *data, uint32 length) |
void | cliprdr_send_simple_native_format_announce (RDPCLIENT *This, uint32 format) |
void | cliprdr_send_native_format_announce (RDPCLIENT *This, uint8 *formats_data, uint32 formats_data_length) |
void | cliprdr_send_data_request (RDPCLIENT *This, uint32 format) |
void | cliprdr_send_data (RDPCLIENT *This, uint8 *data, uint32 length) |
static void | cliprdr_process (RDPCLIENT *This, STREAM s) |
void | cliprdr_set_mode (RDPCLIENT *This, const char *optarg) |
BOOL | cliprdr_init (RDPCLIENT *This) |
Definition at line 174 of file cliprdr.c.
Definition at line 109 of file cliprdr.c.
Referenced by cliprdr_init().
void cliprdr_send_native_format_announce | ( | RDPCLIENT * | This, |
uint8 * | formats_data, | ||
uint32 | formats_data_length | ||
) |
Definition at line 73 of file cliprdr.c.
Referenced by cliprdr_process(), and cliprdr_send_simple_native_format_announce().
|
static |
Definition at line 35 of file cliprdr.c.
Referenced by cliprdr_process(), cliprdr_send_data(), cliprdr_send_data_request(), and cliprdr_send_native_format_announce().