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

Data Structures

struct  EncomspServerContext
 

Typedefs

typedef UINT(* psEncomspStart) (EncomspServerContext *context)
 
typedef UINT(* psEncomspStop) (EncomspServerContext *context)
 
typedef UINT(* psEncomspFilterUpdated) (EncomspServerContext *context, ENCOMSP_FILTER_UPDATED_PDU *filterUpdated)
 
typedef UINT(* psEncomspApplicationCreated) (EncomspServerContext *context, ENCOMSP_APPLICATION_CREATED_PDU *applicationCreated)
 
typedef UINT(* psEncomspApplicationRemoved) (EncomspServerContext *context, ENCOMSP_APPLICATION_REMOVED_PDU *applicationRemoved)
 
typedef UINT(* psEncomspWindowCreated) (EncomspServerContext *context, ENCOMSP_WINDOW_CREATED_PDU *windowCreated)
 
typedef UINT(* psEncomspWindowRemoved) (EncomspServerContext *context, ENCOMSP_WINDOW_REMOVED_PDU *windowRemoved)
 
typedef UINT(* psEncomspShowWindow) (EncomspServerContext *context, ENCOMSP_SHOW_WINDOW_PDU *showWindow)
 
typedef UINT(* psEncomspParticipantCreated) (EncomspServerContext *context, ENCOMSP_PARTICIPANT_CREATED_PDU *participantCreated)
 
typedef UINT(* psEncomspParticipantRemoved) (EncomspServerContext *context, ENCOMSP_PARTICIPANT_REMOVED_PDU *participantRemoved)
 
typedef UINT(* psEncomspChangeParticipantControlLevel) (EncomspServerContext *context, ENCOMSP_CHANGE_PARTICIPANT_CONTROL_LEVEL_PDU *changeParticipantControlLevel)
 
typedef UINT(* psEncomspGraphicsStreamPaused) (EncomspServerContext *context, ENCOMSP_GRAPHICS_STREAM_PAUSED_PDU *graphicsStreamPaused)
 
typedef UINT(* psEncomspGraphicsStreamResumed) (EncomspServerContext *context, ENCOMSP_GRAPHICS_STREAM_RESUMED_PDU *graphicsStreamResumed)
 

Functions

FREERDP_API void encomsp_server_context_free (EncomspServerContext *context)
 
FREERDP_API EncomspServerContext * encomsp_server_context_new (HANDLE vcm)
 

Typedef Documentation

◆ psEncomspApplicationCreated

typedef UINT(* psEncomspApplicationCreated) (EncomspServerContext *context, ENCOMSP_APPLICATION_CREATED_PDU *applicationCreated)

◆ psEncomspApplicationRemoved

typedef UINT(* psEncomspApplicationRemoved) (EncomspServerContext *context, ENCOMSP_APPLICATION_REMOVED_PDU *applicationRemoved)

◆ psEncomspChangeParticipantControlLevel

typedef UINT(* psEncomspChangeParticipantControlLevel) (EncomspServerContext *context, ENCOMSP_CHANGE_PARTICIPANT_CONTROL_LEVEL_PDU *changeParticipantControlLevel)

◆ psEncomspFilterUpdated

typedef UINT(* psEncomspFilterUpdated) (EncomspServerContext *context, ENCOMSP_FILTER_UPDATED_PDU *filterUpdated)

◆ psEncomspGraphicsStreamPaused

typedef UINT(* psEncomspGraphicsStreamPaused) (EncomspServerContext *context, ENCOMSP_GRAPHICS_STREAM_PAUSED_PDU *graphicsStreamPaused)

◆ psEncomspGraphicsStreamResumed

typedef UINT(* psEncomspGraphicsStreamResumed) (EncomspServerContext *context, ENCOMSP_GRAPHICS_STREAM_RESUMED_PDU *graphicsStreamResumed)

◆ psEncomspParticipantCreated

typedef UINT(* psEncomspParticipantCreated) (EncomspServerContext *context, ENCOMSP_PARTICIPANT_CREATED_PDU *participantCreated)

◆ psEncomspParticipantRemoved

typedef UINT(* psEncomspParticipantRemoved) (EncomspServerContext *context, ENCOMSP_PARTICIPANT_REMOVED_PDU *participantRemoved)

◆ psEncomspShowWindow

typedef UINT(* psEncomspShowWindow) (EncomspServerContext *context, ENCOMSP_SHOW_WINDOW_PDU *showWindow)

◆ psEncomspStart

typedef UINT(* psEncomspStart) (EncomspServerContext *context)

◆ psEncomspStop

typedef UINT(* psEncomspStop) (EncomspServerContext *context)

◆ psEncomspWindowCreated

typedef UINT(* psEncomspWindowCreated) (EncomspServerContext *context, ENCOMSP_WINDOW_CREATED_PDU *windowCreated)

◆ psEncomspWindowRemoved

typedef UINT(* psEncomspWindowRemoved) (EncomspServerContext *context, ENCOMSP_WINDOW_REMOVED_PDU *windowRemoved)

Function Documentation

◆ encomsp_server_context_free()

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

◆ encomsp_server_context_new()

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