cchannel.h header
This header is used by Remote Desktop Services. For more information, see:
cchannel.h contains the following programming interfaces:
Callback functions
CHANNEL_INIT_EVENT_FN An application-defined callback function that Remote Desktop Services calls to notify the client DLL of virtual channel events. |
CHANNEL_OPEN_EVENT_FN An application-defined callback function that Remote Desktop Services calls to notify the client DLL of events for a specific virtual channel. |
VIRTUALCHANNELCLOSE Closes the client end of a virtual channel. |
VIRTUALCHANNELENTRY An application-defined entry point for the client-side DLL of an application that uses Remote Desktop Services virtual channels. |
VIRTUALCHANNELINIT Initializes a client DLL's access to Remote Desktop Services virtual channels. |
VIRTUALCHANNELOPEN Opens the client end of a virtual channel. |
VIRTUALCHANNELWRITE Sends data from the client end of a virtual channel to a partner application on the server end. |
Structures
CHANNEL_ENTRY_POINTS Contains pointers to the functions called by a client-side DLL to access virtual channels. |