FreeRDP
wst.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 wst_free (rdpWst *wst)
 
FREERDP_LOCAL rdpWst * wst_new (rdpContext *context)
 
FREERDP_LOCAL BIO * wst_get_front_bio_and_take_ownership (rdpWst *wst)
 
FREERDP_LOCAL BOOL wst_connect (rdpWst *wst, DWORD timeout)
 
FREERDP_LOCAL DWORD wst_get_event_handles (rdpWst *wst, HANDLE *events, DWORD count)
 

Function Documentation

◆ wst_connect()

FREERDP_LOCAL BOOL wst_connect ( rdpWst *  wst,
DWORD  timeout 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ wst_free()

FREERDP_LOCAL void wst_free ( rdpWst *  wst)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ wst_get_event_handles()

FREERDP_LOCAL DWORD wst_get_event_handles ( rdpWst *  wst,
HANDLE *  events,
DWORD  count 
)
Here is the caller graph for this function:

◆ wst_get_front_bio_and_take_ownership()

FREERDP_LOCAL BIO* wst_get_front_bio_and_take_ownership ( rdpWst *  wst)
Here is the caller graph for this function:

◆ wst_new()

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