win32.httpext

Windows API header module

Translated from MinGW Windows headers

Members

Aliases

LPEXTENSION_CONTROL_BLOCK
alias LPEXTENSION_CONTROL_BLOCK = EXTENSION_CONTROL_BLOCK*
Undocumented in source.
LPHSE_SEND_HEADER_EX_INF
alias LPHSE_SEND_HEADER_EX_INF = HSE_SEND_HEADER_EX_INFO*
Undocumented in source.
LPHSE_TF_INFO
alias LPHSE_TF_INFO = HSE_TF_INFO*
Undocumented in source.
LPHSE_VERSION_INFO
alias LPHSE_VERSION_INFO = HSE_VERSION_INFO*
Undocumented in source.
PFN_GETEXTENSIONVERSION
alias PFN_GETEXTENSIONVERSION = BOOL function(HSE_VERSION_INFO*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_HSE_IO_COMPLETION
alias PFN_HSE_IO_COMPLETION = VOID function(EXTENSION_CONTROL_BLOCK*, PVOID, DWORD, DWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_HTTPEXTENSIONPROC
alias PFN_HTTPEXTENSIONPROC = DWORD function(EXTENSION_CONTROL_BLOCK*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PFN_TERMINATEEXTENSION
alias PFN_TERMINATEEXTENSION = BOOL function(DWORD)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Enums

HSE_VERSION_MAJOR
anonymousenum HSE_VERSION_MAJOR
Undocumented in source.

Functions

GetExtensionVersion
BOOL GetExtensionVersion(HSE_VERSION_INFO* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
HttpExtensionProc
DWORD HttpExtensionProc(EXTENSION_CONTROL_BLOCK* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TerminateExtension
BOOL TerminateExtension(DWORD )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin DECLARE_HANDLE!("HCONN")
Undocumented in source.

Structs

EXTENSION_CONTROL_BLOCK
struct EXTENSION_CONTROL_BLOCK
Undocumented in source.
HSE_SEND_HEADER_EX_INFO
struct HSE_SEND_HEADER_EX_INFO
Undocumented in source.
HSE_TF_INFO
struct HSE_TF_INFO
Undocumented in source.
HSE_VERSION_INFO
struct HSE_VERSION_INFO
Undocumented in source.

Meta

Source

See Source File
core/sys/windows/httpext.d Automatically imported and edited from the druntime module core.sys.windows.httpext for the auto-generated win32 package.