ReactOS 0.4.15-dev-7842-g558ab78
client_s Struct Reference

#include <telnetd.h>

Collaboration diagram for client_s:

Public Attributes

char userID [USERID_SIZE]
 
int socket
 
BOOLEAN bTerminate
 
BOOLEAN bReadFromPipe
 
BOOLEAN bWriteToPipe
 
HANDLE hProcess
 
DWORD dwProcessId
 
HANDLE hChildStdinWr
 
HANDLE hChildStdoutRd
 

Detailed Description

Definition at line 48 of file telnetd.h.

Member Data Documentation

◆ bReadFromPipe

BOOLEAN client_s::bReadFromPipe

Definition at line 53 of file telnetd.h.

◆ bTerminate

BOOLEAN client_s::bTerminate

Definition at line 52 of file telnetd.h.

◆ bWriteToPipe

BOOLEAN client_s::bWriteToPipe

Definition at line 54 of file telnetd.h.

◆ dwProcessId

DWORD client_s::dwProcessId

Definition at line 56 of file telnetd.h.

◆ hChildStdinWr

HANDLE client_s::hChildStdinWr

Definition at line 57 of file telnetd.h.

◆ hChildStdoutRd

HANDLE client_s::hChildStdoutRd

Definition at line 58 of file telnetd.h.

◆ hProcess

HANDLE client_s::hProcess

Definition at line 55 of file telnetd.h.

◆ socket

int client_s::socket

Definition at line 51 of file telnetd.h.

◆ userID

char client_s::userID[USERID_SIZE]

Definition at line 50 of file telnetd.h.


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