Apache HTTPD
Public Attributes | List of all members
EXTENSION_CONTROL_BLOCK Struct Reference

#include <mod_isapi.h>

Public Attributes

apr_uint32_t cbSize
 
apr_uint32_t dwVersion
 
HCONN ConnID
 
apr_uint32_t dwHttpStatusCode
 
char lpszLogData [80]
 
charlpszMethod
 
charlpszQueryString
 
charlpszPathInfo
 
charlpszPathTranslated
 
apr_uint32_t cbTotalBytes
 
apr_uint32_t cbAvailable
 
unsigned charlpbData
 
charlpszContentType
 
PFN_GETSERVERVARIABLE GetServerVariable
 
PFN_WRITECLIENT WriteClient
 
PFN_READCLIENT ReadClient
 
PFN_SERVERSUPPORTFUNCTION ServerSupportFunction
 

Detailed Description

Definition at line 77 of file mod_isapi.h.

Member Data Documentation

◆ cbAvailable

apr_uint32_t EXTENSION_CONTROL_BLOCK::cbAvailable

Definition at line 88 of file mod_isapi.h.

◆ cbSize

apr_uint32_t EXTENSION_CONTROL_BLOCK::cbSize

Definition at line 78 of file mod_isapi.h.

◆ cbTotalBytes

apr_uint32_t EXTENSION_CONTROL_BLOCK::cbTotalBytes

Definition at line 87 of file mod_isapi.h.

◆ ConnID

HCONN EXTENSION_CONTROL_BLOCK::ConnID

Definition at line 80 of file mod_isapi.h.

◆ dwHttpStatusCode

apr_uint32_t EXTENSION_CONTROL_BLOCK::dwHttpStatusCode

Definition at line 81 of file mod_isapi.h.

◆ dwVersion

apr_uint32_t EXTENSION_CONTROL_BLOCK::dwVersion

Definition at line 79 of file mod_isapi.h.

◆ GetServerVariable

PFN_GETSERVERVARIABLE EXTENSION_CONTROL_BLOCK::GetServerVariable

Definition at line 92 of file mod_isapi.h.

◆ lpbData

unsigned char* EXTENSION_CONTROL_BLOCK::lpbData

Definition at line 89 of file mod_isapi.h.

◆ lpszContentType

char* EXTENSION_CONTROL_BLOCK::lpszContentType

Definition at line 90 of file mod_isapi.h.

◆ lpszLogData

char EXTENSION_CONTROL_BLOCK::lpszLogData[80]

Definition at line 82 of file mod_isapi.h.

◆ lpszMethod

char* EXTENSION_CONTROL_BLOCK::lpszMethod

Definition at line 83 of file mod_isapi.h.

◆ lpszPathInfo

char* EXTENSION_CONTROL_BLOCK::lpszPathInfo

Definition at line 85 of file mod_isapi.h.

◆ lpszPathTranslated

char* EXTENSION_CONTROL_BLOCK::lpszPathTranslated

Definition at line 86 of file mod_isapi.h.

◆ lpszQueryString

char* EXTENSION_CONTROL_BLOCK::lpszQueryString

Definition at line 84 of file mod_isapi.h.

◆ ReadClient

PFN_READCLIENT EXTENSION_CONTROL_BLOCK::ReadClient

Definition at line 94 of file mod_isapi.h.

◆ ServerSupportFunction

PFN_SERVERSUPPORTFUNCTION EXTENSION_CONTROL_BLOCK::ServerSupportFunction

Definition at line 95 of file mod_isapi.h.

◆ WriteClient

PFN_WRITECLIENT EXTENSION_CONTROL_BLOCK::WriteClient

Definition at line 93 of file mod_isapi.h.


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