FreeRDP
|
#include <winpr/wtypes.h>
#include <winpr/stream.h>
#include <winpr/winpr.h>
#include <openssl/ssl.h>
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) |
FREERDP_LOCAL BOOL wst_connect | ( | rdpWst * | wst, |
DWORD | timeout | ||
) |
FREERDP_LOCAL void wst_free | ( | rdpWst * | wst | ) |
FREERDP_LOCAL DWORD wst_get_event_handles | ( | rdpWst * | wst, |
HANDLE * | events, | ||
DWORD | count | ||
) |
FREERDP_LOCAL BIO* wst_get_front_bio_and_take_ownership | ( | rdpWst * | wst | ) |
FREERDP_LOCAL rdpWst* wst_new | ( | rdpContext * | context | ) |