FreeRDP
rdg.h File Reference
#include <winpr/wtypes.h>
#include <winpr/stream.h>
#include <winpr/winpr.h>
#include <openssl/ssl.h>
This graph shows which files directly or indirectly include this file:

Functions

FREERDP_LOCAL void rdg_free (rdpRdg *rdg)
 
FREERDP_LOCAL rdpRdg * rdg_new (rdpContext *context)
 
FREERDP_LOCAL BIO * rdg_get_front_bio_and_take_ownership (rdpRdg *rdg)
 
FREERDP_LOCAL BOOL rdg_connect (rdpRdg *rdg, DWORD timeout, BOOL *rpcFallback)
 
FREERDP_LOCAL DWORD rdg_get_event_handles (rdpRdg *rdg, HANDLE *events, DWORD count)
 

Function Documentation

◆ rdg_connect()

FREERDP_LOCAL BOOL rdg_connect ( rdpRdg *  rdg,
DWORD  timeout,
BOOL *  rpcFallback 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdg_free()

FREERDP_LOCAL void rdg_free ( rdpRdg *  rdg)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdg_get_event_handles()

FREERDP_LOCAL DWORD rdg_get_event_handles ( rdpRdg *  rdg,
HANDLE *  events,
DWORD  count 
)
Here is the caller graph for this function:

◆ rdg_get_front_bio_and_take_ownership()

FREERDP_LOCAL BIO* rdg_get_front_bio_and_take_ownership ( rdpRdg *  rdg)
Here is the caller graph for this function:

◆ rdg_new()

FREERDP_LOCAL rdpRdg* rdg_new ( rdpContext *  context)
Here is the call graph for this function:
Here is the caller graph for this function: