ReactOS 0.4.15-dev-7953-g1f49173
InternetTransport Struct Reference

#include <inetcomm_private.h>

Collaboration diagram for InternetTransport:

Public Attributes

union {
   const IInternetTransportVtbl *   vtbl
 
   const ISMTPTransport2Vtbl *   vtblSMTP2
 
   const IIMAPTransportVtbl *   vtblIMAP
 
   const IPOP3TransportVtbl *   vtblPOP3
 
u
 
ITransportCallbackpCallback
 
IXPSTATUS Status
 
INETSERVER ServerInfo
 
SOCKET Socket
 
boolean fCommandLogging
 
boolean fInitialised
 
INETXPORT_COMPLETION_FUNCTION fnCompletion
 
charpBuffer
 
int cbBuffer
 
int iCurrentBufferOffset
 
HWND hwnd
 

Detailed Description

Definition at line 32 of file inetcomm_private.h.

Member Data Documentation

◆ cbBuffer

int InternetTransport::cbBuffer

Definition at line 50 of file inetcomm_private.h.

◆ fCommandLogging

boolean InternetTransport::fCommandLogging

Definition at line 46 of file inetcomm_private.h.

◆ fInitialised

boolean InternetTransport::fInitialised

Definition at line 47 of file inetcomm_private.h.

◆ fnCompletion

INETXPORT_COMPLETION_FUNCTION InternetTransport::fnCompletion

Definition at line 48 of file inetcomm_private.h.

◆ hwnd

HWND InternetTransport::hwnd

Definition at line 52 of file inetcomm_private.h.

◆ iCurrentBufferOffset

int InternetTransport::iCurrentBufferOffset

Definition at line 51 of file inetcomm_private.h.

◆ pBuffer

char* InternetTransport::pBuffer

Definition at line 49 of file inetcomm_private.h.

◆ pCallback

ITransportCallback* InternetTransport::pCallback

Definition at line 42 of file inetcomm_private.h.

◆ ServerInfo

INETSERVER InternetTransport::ServerInfo

Definition at line 44 of file inetcomm_private.h.

◆ Socket

SOCKET InternetTransport::Socket

Definition at line 45 of file inetcomm_private.h.

◆ Status

IXPSTATUS InternetTransport::Status

Definition at line 43 of file inetcomm_private.h.

◆ 

union { ... } InternetTransport::u

◆ vtbl

const IInternetTransportVtbl* InternetTransport::vtbl

Definition at line 36 of file inetcomm_private.h.

◆ vtblIMAP

const IIMAPTransportVtbl* InternetTransport::vtblIMAP

Definition at line 38 of file inetcomm_private.h.

◆ vtblPOP3

const IPOP3TransportVtbl* InternetTransport::vtblPOP3

Definition at line 39 of file inetcomm_private.h.

◆ vtblSMTP2

const ISMTPTransport2Vtbl* InternetTransport::vtblSMTP2

Definition at line 37 of file inetcomm_private.h.


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