CHANNEL_ENTRY_POINTS (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

typedef struct tagCHANNEL_ENTRY_POINTS {
  DWORD cbSize;
  DWORD protocolVersion;
  PVIRTUALCHANNELINIT pVirtualChannelInit;
  PVIRTUALCHANNELOPEN pVirtualChannelOpen;
  PVIRTUALCHANNELCLOSE pVirtualChannelClose;
  PVIRTUALCHANNELWRITE pVirtualChannelWrite;
} CHANNEL_ENTRY_POINTS, *PCHANNEL_ENTRY_POINTS;

Members

  • cbSize
    Size, in bytes, of this structure.
  • protocolVersion
    Protocol version. Terminal Services sets this member to VIRTUAL_CHANNEL_VERSION_WIN2000.

Requirements

Header cchannel.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RDP Structures