FreeRDP
mfContext Struct Reference
Collaboration diagram for mfContext:

Data Fields

rdpContext _p
 
mfInfo * mfi
 
rdpSettings * settings
 
BOOL clipboardSync
 
wClipboard * clipboard
 
UINT32 numServerFormats
 
UINT32 requestedFormatId
 
HANDLE clipboardRequestEvent
 
CLIPRDR_FORMATserverFormats
 
CliprdrClientContext * cliprdr
 
UINT32 clipboardCapabilities
 
pServerCutText ServerCutText
 
rdpClientContext common
 
void * view
 
BOOL view_ownership
 
int width
 
int height
 
int offset_x
 
int offset_y
 
int fs_toggle
 
int fullscreen
 
int percentscreen
 
char window_title [64]
 
int client_x
 
int client_y
 
int client_width
 
int client_height
 
HANDLE stopEvent
 
HANDLE keyboardThread
 
enum APPLE_KEYBOARD_TYPE appleKeyboardType
 
DWORD mainThreadId
 
DWORD keyboardThreadId
 
rdpFile * connectionRdpFile
 
BOOL disablewindowtracking
 
BOOL updating_scrollbars
 
BOOL xScrollVisible
 
int xMinScroll
 
int xCurrentScroll
 
int xMaxScroll
 
BOOL yScrollVisible
 
int yMinScroll
 
int yCurrentScroll
 
int yMaxScroll
 
CGEventFlags kbdFlags
 

Detailed Description

Definition at line 27 of file ios_freerdp.h.

Field Documentation

◆ _p

rdpContext mfContext::_p

Definition at line 29 of file ios_freerdp.h.

◆ appleKeyboardType

enum APPLE_KEYBOARD_TYPE mfContext::appleKeyboardType

Definition at line 50 of file client/Mac/mfreerdp.h.

◆ client_height

int mfContext::client_height

Definition at line 47 of file client/Mac/mfreerdp.h.

◆ client_width

int mfContext::client_width

Definition at line 46 of file client/Mac/mfreerdp.h.

◆ client_x

int mfContext::client_x

Definition at line 44 of file client/Mac/mfreerdp.h.

◆ client_y

int mfContext::client_y

Definition at line 45 of file client/Mac/mfreerdp.h.

◆ clipboard

wClipboard * mfContext::clipboard

Definition at line 35 of file ios_freerdp.h.

◆ clipboardCapabilities

UINT32 mfContext::clipboardCapabilities

Definition at line 41 of file ios_freerdp.h.

◆ clipboardRequestEvent

HANDLE mfContext::clipboardRequestEvent

Definition at line 38 of file ios_freerdp.h.

◆ clipboardSync

BOOL mfContext::clipboardSync

Definition at line 34 of file ios_freerdp.h.

◆ cliprdr

CliprdrClientContext * mfContext::cliprdr

Definition at line 40 of file ios_freerdp.h.

◆ common

rdpClientContext mfContext::common

Definition at line 31 of file client/Mac/mfreerdp.h.

◆ connectionRdpFile

rdpFile* mfContext::connectionRdpFile

Definition at line 65 of file client/Mac/mfreerdp.h.

◆ disablewindowtracking

BOOL mfContext::disablewindowtracking

Definition at line 68 of file client/Mac/mfreerdp.h.

◆ fs_toggle

int mfContext::fs_toggle

Definition at line 40 of file client/Mac/mfreerdp.h.

◆ fullscreen

int mfContext::fullscreen

Definition at line 41 of file client/Mac/mfreerdp.h.

◆ height

int mfContext::height

Definition at line 37 of file client/Mac/mfreerdp.h.

◆ kbdFlags

CGEventFlags mfContext::kbdFlags

Definition at line 83 of file client/Mac/mfreerdp.h.

◆ keyboardThread

HANDLE mfContext::keyboardThread

Definition at line 50 of file client/Mac/mfreerdp.h.

◆ keyboardThreadId

DWORD mfContext::keyboardThreadId

Definition at line 54 of file client/Mac/mfreerdp.h.

◆ mainThreadId

DWORD mfContext::mainThreadId

Definition at line 53 of file client/Mac/mfreerdp.h.

◆ mfi

mfInfo* mfContext::mfi

Definition at line 31 of file ios_freerdp.h.

◆ numServerFormats

UINT32 mfContext::numServerFormats

Definition at line 36 of file ios_freerdp.h.

◆ offset_x

int mfContext::offset_x

Definition at line 38 of file client/Mac/mfreerdp.h.

◆ offset_y

int mfContext::offset_y

Definition at line 39 of file client/Mac/mfreerdp.h.

◆ percentscreen

int mfContext::percentscreen

Definition at line 42 of file client/Mac/mfreerdp.h.

◆ requestedFormatId

UINT32 mfContext::requestedFormatId

Definition at line 37 of file ios_freerdp.h.

◆ ServerCutText

pServerCutText mfContext::ServerCutText

Definition at line 42 of file ios_freerdp.h.

◆ serverFormats

CLIPRDR_FORMAT * mfContext::serverFormats

Definition at line 39 of file ios_freerdp.h.

◆ settings

rdpSettings* mfContext::settings

Definition at line 32 of file ios_freerdp.h.

◆ stopEvent

HANDLE mfContext::stopEvent

Definition at line 49 of file client/Mac/mfreerdp.h.

◆ updating_scrollbars

BOOL mfContext::updating_scrollbars

Definition at line 71 of file client/Mac/mfreerdp.h.

◆ view

void* mfContext::view

Definition at line 33 of file client/Mac/mfreerdp.h.

◆ view_ownership

BOOL mfContext::view_ownership

Definition at line 34 of file client/Mac/mfreerdp.h.

◆ width

int mfContext::width

Definition at line 36 of file client/Mac/mfreerdp.h.

◆ window_title

char mfContext::window_title[64]

Definition at line 43 of file client/Mac/mfreerdp.h.

◆ xCurrentScroll

int mfContext::xCurrentScroll

Definition at line 74 of file client/Mac/mfreerdp.h.

◆ xMaxScroll

int mfContext::xMaxScroll

Definition at line 75 of file client/Mac/mfreerdp.h.

◆ xMinScroll

int mfContext::xMinScroll

Definition at line 73 of file client/Mac/mfreerdp.h.

◆ xScrollVisible

BOOL mfContext::xScrollVisible

Definition at line 72 of file client/Mac/mfreerdp.h.

◆ yCurrentScroll

int mfContext::yCurrentScroll

Definition at line 80 of file client/Mac/mfreerdp.h.

◆ yMaxScroll

int mfContext::yMaxScroll

Definition at line 81 of file client/Mac/mfreerdp.h.

◆ yMinScroll

int mfContext::yMinScroll

Definition at line 79 of file client/Mac/mfreerdp.h.

◆ yScrollVisible

BOOL mfContext::yScrollVisible

Definition at line 78 of file client/Mac/mfreerdp.h.


The documentation for this struct was generated from the following files: