EXTENSION_CONTROL_BLOCK

Undocumented in source.

Members

Variables

ConnID
HCONN ConnID;
Undocumented in source.
GetServerVariable
BOOL function(HCONN, LPSTR, LPVOID, LPDWORD) GetServerVariable;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ReadClient
BOOL function(HCONN, LPVOID, LPDWORD) ReadClient;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ServerSupportFunction
BOOL function(HCONN, DWORD, LPVOID, LPDWORD, LPDWORD) ServerSupportFunction;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
WriteClient
BOOL function(HCONN, LPVOID, LPDWORD, DWORD) WriteClient;
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
cbAvailable
DWORD cbAvailable;
Undocumented in source.
cbSize
DWORD cbSize;
Undocumented in source.
cbTotalBytes
DWORD cbTotalBytes;
Undocumented in source.
dwHttpStatusCode
DWORD dwHttpStatusCode;
Undocumented in source.
dwVersion
DWORD dwVersion;
Undocumented in source.
lpbData
LPBYTE lpbData;
Undocumented in source.
lpszContentType
LPSTR lpszContentType;
Undocumented in source.
lpszLogData
CHAR[HSE_LOG_BUFFER_LEN] lpszLogData;
Undocumented in source.
lpszMethod
LPSTR lpszMethod;
Undocumented in source.
lpszPathInfo
LPSTR lpszPathInfo;
Undocumented in source.
lpszPathTranslated
LPSTR lpszPathTranslated;
Undocumented in source.
lpszQueryString
LPSTR lpszQueryString;
Undocumented in source.

Meta