 |
FreeRDP
|
Loading...
Searching...
No Matches
22#ifndef FREERDP_CHANNEL_REMDESK_CLIENT_MAIN_H
23#define FREERDP_CHANNEL_REMDESK_CLIENT_MAIN_H
26#include <winpr/synch.h>
27#include <winpr/thread.h>
28#include <winpr/stream.h>
29#include <winpr/collections.h>
31#include <freerdp/api.h>
32#include <freerdp/svc.h>
33#include <freerdp/addin.h>
34#include <freerdp/settings.h>
36#include <freerdp/client/remdesk.h>
38#include <freerdp/channels/log.h>
39#define TAG CHANNELS_TAG("remdesk.client")
56 BYTE* EncryptedPassStub;
57 size_t EncryptedPassStubSize;
58 rdpContext* rdpcontext;