ReactOS 0.4.15-dev-7953-g1f49173
_EXTENSION_CONTROL_BLOCK Struct Reference

#include <httpext.h>

Collaboration diagram for _EXTENSION_CONTROL_BLOCK:

Public Member Functions

 BOOL (PASCAL *GetServerVariable)(HCONN
 
 BOOL (PASCAL *WriteClient)(HCONN
 
 BOOL (PASCAL *ReadClient)(HCONN
 
 BOOL (PASCAL *ServerSupportFunction)(HCONN
 

Public Attributes

DWORD cbSize
 
DWORD dwVersion
 
HCONN ConnID
 
DWORD dwHttpStatusCode
 
CHAR lpszLogData [HSE_LOG_BUFFER_LEN]
 
LPSTR lpszMethod
 
LPSTR lpszQueryString
 
LPSTR lpszPathInfo
 
LPSTR lpszPathTranslated
 
DWORD cbTotalBytes
 
DWORD cbAvailable
 
LPBYTE lpbData
 
LPSTR lpszContentType
 
 LPSTR
 
 LPVOID
 
 LPDWORD
 
 DWORD
 

Detailed Description

Definition at line 45 of file httpext.h.

Member Function Documentation

◆ BOOL() [1/4]

_EXTENSION_CONTROL_BLOCK::BOOL ( PASCAL GetServerVariable)

◆ BOOL() [2/4]

_EXTENSION_CONTROL_BLOCK::BOOL ( PASCAL ReadClient)

◆ BOOL() [3/4]

_EXTENSION_CONTROL_BLOCK::BOOL ( PASCAL ServerSupportFunction)

◆ BOOL() [4/4]

_EXTENSION_CONTROL_BLOCK::BOOL ( PASCAL WriteClient)

Member Data Documentation

◆ cbAvailable

DWORD _EXTENSION_CONTROL_BLOCK::cbAvailable

Definition at line 56 of file httpext.h.

◆ cbSize

DWORD _EXTENSION_CONTROL_BLOCK::cbSize

Definition at line 46 of file httpext.h.

◆ cbTotalBytes

DWORD _EXTENSION_CONTROL_BLOCK::cbTotalBytes

Definition at line 55 of file httpext.h.

◆ ConnID

HCONN _EXTENSION_CONTROL_BLOCK::ConnID

Definition at line 48 of file httpext.h.

◆ dwHttpStatusCode

DWORD _EXTENSION_CONTROL_BLOCK::dwHttpStatusCode

Definition at line 49 of file httpext.h.

◆ DWORD

_EXTENSION_CONTROL_BLOCK::DWORD

Definition at line 60 of file httpext.h.

◆ dwVersion

DWORD _EXTENSION_CONTROL_BLOCK::dwVersion

Definition at line 47 of file httpext.h.

◆ lpbData

LPBYTE _EXTENSION_CONTROL_BLOCK::lpbData

Definition at line 57 of file httpext.h.

◆ LPDWORD

_EXTENSION_CONTROL_BLOCK::LPDWORD

Definition at line 59 of file httpext.h.

◆ LPSTR

_EXTENSION_CONTROL_BLOCK::LPSTR

Definition at line 59 of file httpext.h.

◆ lpszContentType

LPSTR _EXTENSION_CONTROL_BLOCK::lpszContentType

Definition at line 58 of file httpext.h.

◆ lpszLogData

CHAR _EXTENSION_CONTROL_BLOCK::lpszLogData[HSE_LOG_BUFFER_LEN]

Definition at line 50 of file httpext.h.

◆ lpszMethod

LPSTR _EXTENSION_CONTROL_BLOCK::lpszMethod

Definition at line 51 of file httpext.h.

◆ lpszPathInfo

LPSTR _EXTENSION_CONTROL_BLOCK::lpszPathInfo

Definition at line 53 of file httpext.h.

◆ lpszPathTranslated

LPSTR _EXTENSION_CONTROL_BLOCK::lpszPathTranslated

Definition at line 54 of file httpext.h.

◆ lpszQueryString

LPSTR _EXTENSION_CONTROL_BLOCK::lpszQueryString

Definition at line 52 of file httpext.h.

◆ LPVOID

_EXTENSION_CONTROL_BLOCK::LPVOID

Definition at line 59 of file httpext.h.


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