RDP Functions
The following table shows the RDP functions with a description of the purpose of each.
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 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. |
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.