| 
| 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) | 
|   |