FreeRDP
Loading...
Searching...
No Matches
win_wds.h
1
19#ifndef FREERDP_SERVER_SHADOW_WIN_WDS_H
20#define FREERDP_SERVER_SHADOW_WIN_WDS_H
21
22#define WITH_WDS_API 1
23
24#ifndef CINTERFACE
25#define CINTERFACE
26#endif
27
28#include <rdpencomapi.h>
29
30#ifndef DISPID_RDPAPI_EVENT_ON_BOUNDING_RECT_CHANGED
31#define DISPID_RDPAPI_EVENT_ON_BOUNDING_RECT_CHANGED 340
32#endif
33
34#include "win_shadow.h"
35
36#ifdef __cplusplus
37extern "C"
38{
39#endif
40
41 int win_shadow_wds_init(winShadowSubsystem* subsystem);
42 int win_shadow_wds_uninit(winShadowSubsystem* subsystem);
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif /* FREERDP_SERVER_SHADOW_WIN_WDS_H */