Web Server Functions
A version of this page is also available for
4/8/2010
The following table shows the Web Server functions with a description of the purpose of each.
Programming element | Description |
---|---|
This callback function is provided by the Web Server. ISAPI filters call this function to add an HTTP header to the outgoing response. |
|
This callback function is provided by the Web Server. ISAPI filters call this function to add a header to the HTTP response. |
|
This callback function is provided by the Web Server. ISAPI filters call this function to allocate memory from the process heap to a buffer. |
|
This function is called by the Web Server when the ISAPI extension is first loaded for the function name defined by the header. |
|
This function is the first entry-point function called by the Web Server on your ISAPI filter, and must be present for the filter to work properly. |
|
This callback function is provided by the Web Server. ISAPI filters call this function to retrieve a header from the Web Server. |
|
This callback function is an application-defined function. ISAPI extensions call this function to retrieve information about an HTTP connection or about the Windows Embedded CE Web Server itself. |
|
This callback function is an application-defined function. ISAPI filters call this function to retrieve information about an HTTP connection or about the Windows Embedded CE Web Server. |
|
This function is an application-defined function. It is the main entry point for an ISAPI extension called by the Web Server. |
|
This function is called whenever a notification event for which the filter has registered (in GetFilterVersion) occurs. |
|
This callback function is an application-defined function. ISAPI extensions call this function to read data from the body of the client's HTTP request. |
|
This callback function is provided by the Web Server. This callback function is supplied in the EXTENSION_CONTROL_BLOCK that is associated with the current HTTP request. |
|
This callback function is provided by the Web Server. ISAPI filters call this function to accomplish a wide variety of tasks. |
|
This callback function is an application-defined function. ISAPI filters call this function to change or delete the value of a header. |
|
This function is an application-defined function. The Web Server calls this function immediately before it unloads the ISAPI DLL. |
|
This function is an application-defined function. It is an entry point exposed by ISAPI filters. |
|
The ISAPI extension calls this function to send data to the HTTP client. |
|
The ISAPI filter calls this function to send data to the HTTP client. |