RDP Functions (Windows Embedded CE 6.0)

1/6/2010

The following table shows the Remote Desktop Protocol (RDP) functions with a description of the purpose of each function.

Programming element Description

VirtualChannelClose

This function closes the client end of a virtual channel.

VirtualChannelEntry

This function is an application-defined entry point for the client-side DLL of an application that uses Terminal Services virtual channels.

VirtualChannelInit

This function initializes a client-side DLL's access to Terminal Services virtual channels.

VirtualChannelInitEvent

This function is an application-defined callback function. Terminal Services calls this function to notify the client DLL of virtual channel events.

VirtualChannelOpen

This function opens the client end of a virtual channel.

VirtualChannelOpenEvent

This function is an application-defined callback function. Terminal Services calls this function to notify the client DLL of events for a specific virtual channel.

VirtualChannelWrite

This function sends data from the client end of a virtual channel to a partner application on the server end.

See Also

Reference

RDP Reference

Concepts

Virtual Channel Client