FreeRDP
disp_common.h
1
20
#ifndef FREERDP_CHANNEL_DISP_COMMON_H
21
#define FREERDP_CHANNEL_DISP_COMMON_H
22
23
#include <winpr/crt.h>
24
#include <winpr/stream.h>
25
26
#include <freerdp/channels/disp.h>
27
#include <freerdp/api.h>
28
29
FREERDP_LOCAL UINT disp_read_header(
wStream
* s,
DISPLAY_CONTROL_HEADER
* header);
30
FREERDP_LOCAL UINT disp_write_header(
wStream
* s,
const
DISPLAY_CONTROL_HEADER
* header);
31
32
#endif
/* FREERDP_CHANNEL_DISP_COMMON_H */
DISPLAY_CONTROL_HEADER
Definition:
channels/disp.h:59
wStream
Definition:
include/winpr/stream.h:40
channels
disp
disp_common.h
Generated by
1.9.1