ReactOS 0.4.15-dev-7934-g1dc8d80
ESocket Class Reference

#include <socket.h>

Inheritance diagram for ESocket:

Public Member Functions

 ESocket ()
 
 ESocket (LPTSTR description)
 
LPTSTR what ()
 

Protected Attributes

LPTSTR Description
 

Detailed Description

Definition at line 32 of file socket.h.

Constructor & Destructor Documentation

◆ ESocket() [1/2]

ESocket::ESocket ( )
inline

Definition at line 34 of file socket.h.

34{ Description = NULL; }
LPTSTR Description
Definition: socket.h:38
#define NULL
Definition: types.h:112

◆ ESocket() [2/2]

ESocket::ESocket ( LPTSTR  description)
inline

Definition at line 35 of file socket.h.

const char * description
Definition: directx.c:2497

Member Function Documentation

◆ what()

LPTSTR ESocket::what ( )
inline

Definition at line 36 of file socket.h.

36{ return Description; }

Member Data Documentation

◆ Description


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