FreeRDP
|
Data Fields | |
wStream * | s |
int | screenID |
int | virtscreen_width |
int | virtscreen_height |
int | servscreen_width |
int | servscreen_height |
int | servscreen_xoffset |
int | servscreen_yoffset |
int | frame_idx |
int | bitsPerPixel |
HDC | driverDC |
int | peerCount |
int | activePeerCount |
void * | changeBuffer |
int | framesPerSecond |
LPTSTR | deviceKey |
TCHAR | deviceName [32] |
freerdp_peer ** | peers |
BOOL | mirrorDriverActive |
UINT | framesWaiting |
HANDLE | snd_mutex |
BOOL | snd_stop |
AUDIO_FORMAT * | agreed_format |
RECT | invalid |
HANDLE | mutex |
BOOL | updatePending |
HANDLE | updateEvent |
HANDLE | updateThread |
HANDLE | updateSemaphore |
RFX_CONTEXT * | rfx_context |
unsigned long | lastUpdate |
unsigned long | nextUpdate |
SURFACE_BITS_COMMAND | cmd |
BOOL | input_disabled |
BOOL | force_all_disconnect |
Definition at line 47 of file wf_interface.h.
int wfInfo::activePeerCount |
Definition at line 64 of file wf_interface.h.
AUDIO_FORMAT* wfInfo::agreed_format |
Definition at line 75 of file wf_interface.h.
int wfInfo::bitsPerPixel |
Definition at line 61 of file wf_interface.h.
void* wfInfo::changeBuffer |
Definition at line 65 of file wf_interface.h.
SURFACE_BITS_COMMAND wfInfo::cmd |
Definition at line 86 of file wf_interface.h.
LPTSTR wfInfo::deviceKey |
Definition at line 67 of file wf_interface.h.
TCHAR wfInfo::deviceName[32] |
Definition at line 68 of file wf_interface.h.
HDC wfInfo::driverDC |
Definition at line 62 of file wf_interface.h.
BOOL wfInfo::force_all_disconnect |
Definition at line 89 of file wf_interface.h.
int wfInfo::frame_idx |
Definition at line 60 of file wf_interface.h.
int wfInfo::framesPerSecond |
Definition at line 66 of file wf_interface.h.
UINT wfInfo::framesWaiting |
Definition at line 71 of file wf_interface.h.
BOOL wfInfo::input_disabled |
Definition at line 88 of file wf_interface.h.
RECT wfInfo::invalid |
Definition at line 77 of file wf_interface.h.
unsigned long wfInfo::lastUpdate |
Definition at line 84 of file wf_interface.h.
BOOL wfInfo::mirrorDriverActive |
Definition at line 70 of file wf_interface.h.
HANDLE wfInfo::mutex |
Definition at line 78 of file wf_interface.h.
unsigned long wfInfo::nextUpdate |
Definition at line 85 of file wf_interface.h.
int wfInfo::peerCount |
Definition at line 63 of file wf_interface.h.
freerdp_peer** wfInfo::peers |
Definition at line 69 of file wf_interface.h.
RFX_CONTEXT* wfInfo::rfx_context |
Definition at line 83 of file wf_interface.h.
wStream* wfInfo::s |
Definition at line 49 of file wf_interface.h.
int wfInfo::screenID |
Definition at line 52 of file wf_interface.h.
int wfInfo::servscreen_height |
Definition at line 56 of file wf_interface.h.
int wfInfo::servscreen_width |
Definition at line 55 of file wf_interface.h.
int wfInfo::servscreen_xoffset |
Definition at line 57 of file wf_interface.h.
int wfInfo::servscreen_yoffset |
Definition at line 58 of file wf_interface.h.
HANDLE wfInfo::snd_mutex |
Definition at line 73 of file wf_interface.h.
BOOL wfInfo::snd_stop |
Definition at line 74 of file wf_interface.h.
HANDLE wfInfo::updateEvent |
Definition at line 80 of file wf_interface.h.
BOOL wfInfo::updatePending |
Definition at line 79 of file wf_interface.h.
HANDLE wfInfo::updateSemaphore |
Definition at line 82 of file wf_interface.h.
HANDLE wfInfo::updateThread |
Definition at line 81 of file wf_interface.h.
int wfInfo::virtscreen_height |
Definition at line 54 of file wf_interface.h.
int wfInfo::virtscreen_width |
Definition at line 53 of file wf_interface.h.