Share via


CHANNEL_ENTRY_POINTS_EX (Windows CE 5.0)

Send Feedback

This structure contains pointers to the functions called by a client-side DLL to access virtual channels. This structure is passed through your VirtualChannelEntryEx.

typedef struct tagCHANNEL_ENTRY_POINTS_EX
{  DWORD cbSize;  DWORD protocolVersion;  PVIRTUALCHANNELINITEX  pVirtualChannelInitEx;  PVIRTUALCHANNELOPENEX  pVirtualChannelOpenEx;  PVIRTUALCHANNELCLOSEEX pVirtualChannelCloseEx;  PVIRTUALCHANNELWRITEEX pVirtualChannelWriteEx;} CHANNEL_ENTRY_POINTS_EX, FAR * PCHANNEL_ENTRY_POINTS_EX;

Members

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Cchannel.h.

See Also

RDP Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.