ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <types.h>
Public Attributes | |
uint16 | mcs_id |
char | name [8] |
uint32 | flags |
struct stream | in |
void(* | process )(STREAM) |
CHANNEL_DEF | def |
uint32 _VCHANNEL::flags |
Definition at line 154 of file types.h.
Referenced by channel_register(), and channel_send().
Definition at line 155 of file types.h.
Referenced by channel_process().
uint16 _VCHANNEL::mcs_id |
Definition at line 152 of file types.h.
Referenced by channel_process(), channel_register(), and channel_send().
char _VCHANNEL::name[8] |
Definition at line 153 of file types.h.
Referenced by channel_register().
Definition at line 156 of file types.h.
Referenced by channel_process(), and channel_register().