|
FreeRDP
|

Data Fields | |
| rdpClientContext | common |
| ANDROID_EVENT_QUEUE * | event_queue |
| HANDLE | thread |
| BOOL | is_connected |
| BOOL | clipboardSync |
| wClipboard * | clipboard |
| UINT32 | numServerFormats |
| UINT32 | requestedFormatId |
| HANDLE | clipboardRequestEvent |
| CLIPRDR_FORMAT * | serverFormats |
| CliprdrClientContext * | cliprdr |
| UINT32 | clipboardCapabilities |
Definition at line 24 of file android_freerdp.h.
| wClipboard* androidContext::clipboard |
Definition at line 34 of file android_freerdp.h.
| UINT32 androidContext::clipboardCapabilities |
Definition at line 40 of file android_freerdp.h.
| HANDLE androidContext::clipboardRequestEvent |
Definition at line 37 of file android_freerdp.h.
| BOOL androidContext::clipboardSync |
Definition at line 33 of file android_freerdp.h.
| CliprdrClientContext* androidContext::cliprdr |
Definition at line 39 of file android_freerdp.h.
| rdpClientContext androidContext::common |
Definition at line 26 of file android_freerdp.h.
| ANDROID_EVENT_QUEUE* androidContext::event_queue |
Definition at line 28 of file android_freerdp.h.
| BOOL androidContext::is_connected |
Definition at line 31 of file android_freerdp.h.
| UINT32 androidContext::numServerFormats |
Definition at line 35 of file android_freerdp.h.
| UINT32 androidContext::requestedFormatId |
Definition at line 36 of file android_freerdp.h.
| CLIPRDR_FORMAT* androidContext::serverFormats |
Definition at line 38 of file android_freerdp.h.
| HANDLE androidContext::thread |
Definition at line 29 of file android_freerdp.h.