FreeRDP
server/rdpei.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  RdpeiServerContext
 

Functions

FREERDP_API void rdpei_server_context_free (RdpeiServerContext *context)
 
FREERDP_API RdpeiServerContext * rdpei_server_context_new (HANDLE vcm)
 
FREERDP_API void rdpei_server_context_reset (RdpeiServerContext *context)
 
FREERDP_API HANDLE rdpei_server_get_event_handle (RdpeiServerContext *context)
 
FREERDP_API UINT rdpei_server_init (RdpeiServerContext *context)
 
FREERDP_API UINT rdpei_server_handle_messages (RdpeiServerContext *context)
 
FREERDP_API UINT rdpei_server_send_sc_ready (RdpeiServerContext *context, UINT32 version, UINT32 features)
 
FREERDP_API UINT rdpei_server_suspend (RdpeiServerContext *context)
 
FREERDP_API UINT rdpei_server_resume (RdpeiServerContext *context)
 

Function Documentation

◆ rdpei_server_context_free()

FREERDP_API void rdpei_server_context_free ( RdpeiServerContext *  context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdpei_server_context_new()

FREERDP_API RdpeiServerContext* rdpei_server_context_new ( HANDLE  vcm)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdpei_server_context_reset()

FREERDP_API void rdpei_server_context_reset ( RdpeiServerContext *  context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdpei_server_get_event_handle()

FREERDP_API HANDLE rdpei_server_get_event_handle ( RdpeiServerContext *  context)

◆ rdpei_server_handle_messages()

FREERDP_API UINT rdpei_server_handle_messages ( RdpeiServerContext *  context)

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:

◆ rdpei_server_init()

FREERDP_API UINT rdpei_server_init ( RdpeiServerContext *  context)

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:

◆ rdpei_server_resume()

FREERDP_API UINT rdpei_server_resume ( RdpeiServerContext *  context)

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:

◆ rdpei_server_send_sc_ready()

FREERDP_API UINT rdpei_server_send_sc_ready ( RdpeiServerContext *  context,
UINT32  version,
UINT32  features 
)

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:

◆ rdpei_server_suspend()

FREERDP_API UINT rdpei_server_suspend ( RdpeiServerContext *  context)

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function: