|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <inetcomm_private.h>

Public Attributes | |
| union { | |
| const IInternetTransportVtbl * vtbl | |
| const ISMTPTransport2Vtbl * vtblSMTP2 | |
| const IIMAPTransportVtbl * vtblIMAP | |
| const IPOP3TransportVtbl * vtblPOP3 | |
| } | u |
| ITransportCallback * | pCallback |
| IXPSTATUS | Status |
| INETSERVER | ServerInfo |
| SOCKET | Socket |
| boolean | fCommandLogging |
| boolean | fInitialised |
| INETXPORT_COMPLETION_FUNCTION | fnCompletion |
| char * | pBuffer |
| int | cbBuffer |
| int | iCurrentBufferOffset |
| HWND | hwnd |
Definition at line 32 of file inetcomm_private.h.
| int InternetTransport::cbBuffer |
Definition at line 50 of file inetcomm_private.h.
| boolean InternetTransport::fCommandLogging |
Definition at line 46 of file inetcomm_private.h.
| boolean InternetTransport::fInitialised |
Definition at line 47 of file inetcomm_private.h.
| INETXPORT_COMPLETION_FUNCTION InternetTransport::fnCompletion |
Definition at line 48 of file inetcomm_private.h.
| HWND InternetTransport::hwnd |
Definition at line 52 of file inetcomm_private.h.
| int InternetTransport::iCurrentBufferOffset |
Definition at line 51 of file inetcomm_private.h.
| char* InternetTransport::pBuffer |
Definition at line 49 of file inetcomm_private.h.
| ITransportCallback* InternetTransport::pCallback |
Definition at line 42 of file inetcomm_private.h.
| INETSERVER InternetTransport::ServerInfo |
Definition at line 44 of file inetcomm_private.h.
| SOCKET InternetTransport::Socket |
Definition at line 45 of file inetcomm_private.h.
| IXPSTATUS InternetTransport::Status |
Definition at line 43 of file inetcomm_private.h.
| union { ... } InternetTransport::u |
| const IInternetTransportVtbl* InternetTransport::vtbl |
Definition at line 36 of file inetcomm_private.h.
| const IIMAPTransportVtbl* InternetTransport::vtblIMAP |
Definition at line 38 of file inetcomm_private.h.
| const IPOP3TransportVtbl* InternetTransport::vtblPOP3 |
Definition at line 39 of file inetcomm_private.h.
| const ISMTPTransport2Vtbl* InternetTransport::vtblSMTP2 |
Definition at line 37 of file inetcomm_private.h.