Apache2
EXTENSION_CONTROL_BLOCK Struct Reference

#include <mod_isapi.h>

Data Fields

apr_uint32_t cbSize
 
apr_uint32_t dwVersion
 
HCONN ConnID
 
apr_uint32_t dwHttpStatusCode
 
char lpszLogData [80]
 
char * lpszMethod
 
char * lpszQueryString
 
char * lpszPathInfo
 
char * lpszPathTranslated
 
apr_uint32_t cbTotalBytes
 
apr_uint32_t cbAvailable
 
unsigned char * lpbData
 
char * lpszContentType
 
PFN_GETSERVERVARIABLE GetServerVariable
 
PFN_WRITECLIENT WriteClient
 
PFN_READCLIENT ReadClient
 
PFN_SERVERSUPPORTFUNCTION ServerSupportFunction
 

Field Documentation

◆ cbAvailable

apr_uint32_t EXTENSION_CONTROL_BLOCK::cbAvailable

◆ cbSize

apr_uint32_t EXTENSION_CONTROL_BLOCK::cbSize

◆ cbTotalBytes

apr_uint32_t EXTENSION_CONTROL_BLOCK::cbTotalBytes

◆ ConnID

HCONN EXTENSION_CONTROL_BLOCK::ConnID

◆ dwHttpStatusCode

apr_uint32_t EXTENSION_CONTROL_BLOCK::dwHttpStatusCode

◆ dwVersion

apr_uint32_t EXTENSION_CONTROL_BLOCK::dwVersion

◆ GetServerVariable

PFN_GETSERVERVARIABLE EXTENSION_CONTROL_BLOCK::GetServerVariable

◆ lpbData

unsigned char* EXTENSION_CONTROL_BLOCK::lpbData

◆ lpszContentType

char* EXTENSION_CONTROL_BLOCK::lpszContentType

◆ lpszLogData

char EXTENSION_CONTROL_BLOCK::lpszLogData[80]

◆ lpszMethod

char* EXTENSION_CONTROL_BLOCK::lpszMethod

◆ lpszPathInfo

char* EXTENSION_CONTROL_BLOCK::lpszPathInfo

◆ lpszPathTranslated

char* EXTENSION_CONTROL_BLOCK::lpszPathTranslated

◆ lpszQueryString

char* EXTENSION_CONTROL_BLOCK::lpszQueryString

◆ ReadClient

PFN_READCLIENT EXTENSION_CONTROL_BLOCK::ReadClient

◆ ServerSupportFunction

PFN_SERVERSUPPORTFUNCTION EXTENSION_CONTROL_BLOCK::ServerSupportFunction

◆ WriteClient

PFN_WRITECLIENT EXTENSION_CONTROL_BLOCK::WriteClient

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