|
FreeRDP
|
#include "rdp.h"#include <freerdp/freerdp.h>#include <freerdp/log.h>#include <freerdp/api.h>#include <winpr/wlog.h>#include <winpr/stream.h>
Macros | |
| #define | REDIR_TAG FREERDP_TAG("core.redirection") |
| #define | DEBUG_REDIR(...) |
Functions | |
| FREERDP_LOCAL state_run_t | rdp_recv_enhanced_security_redirection_packet (rdpRdp *rdp, wStream *s) |
| FREERDP_LOCAL int | rdp_redirection_apply_settings (rdpRdp *rdp) |
| FREERDP_LOCAL rdpRedirection * | redirection_new (void) |
| FREERDP_LOCAL void | redirection_free (rdpRedirection *redirection) |
| #define DEBUG_REDIR | ( | ... | ) |
| #define REDIR_TAG FREERDP_TAG("core.redirection") |
| FREERDP_LOCAL state_run_t rdp_recv_enhanced_security_redirection_packet | ( | rdpRdp * | rdp, |
| wStream * | s | ||
| ) |


| FREERDP_LOCAL int rdp_redirection_apply_settings | ( | rdpRdp * | rdp | ) |
Free previous LoadBalanceInfo, if any, otherwise it may end up being reused for the redirected session, which is not what we want.


| FREERDP_LOCAL void redirection_free | ( | rdpRedirection * | redirection | ) |

| FREERDP_LOCAL rdpRedirection* redirection_new | ( | void | ) |
