ReactOS 0.4.15-dev-7953-g1f49173
_VCHANNEL Struct Reference

#include <types.h>

Collaboration diagram for _VCHANNEL:

Public Attributes

uint16 mcs_id
 
char name [8]
 
uint32 flags
 
struct stream in
 
void(* process )(STREAM)
 
CHANNEL_DEF def
 

Detailed Description

Definition at line 150 of file types.h.

Member Data Documentation

◆ def

CHANNEL_DEF _VCHANNEL::def

Definition at line 137 of file types.h.

◆ flags

uint32 _VCHANNEL::flags

Definition at line 154 of file types.h.

Referenced by channel_register(), and channel_send().

◆ in

struct stream _VCHANNEL::in

Definition at line 155 of file types.h.

Referenced by channel_process().

◆ mcs_id

uint16 _VCHANNEL::mcs_id

Definition at line 152 of file types.h.

Referenced by channel_process(), channel_register(), and channel_send().

◆ name

char _VCHANNEL::name[8]

Definition at line 153 of file types.h.

Referenced by channel_register().

◆ process

void(* _VCHANNEL::process)(RDPCLIENT *, STREAM)

Definition at line 156 of file types.h.

Referenced by channel_process(), and channel_register().


The documentation for this struct was generated from the following files: