Web Server Structures (Windows Embedded CE 6.0)
1/6/2010
The following table shows the Web Server structures with a description of the purpose of each.
Programming element | Description |
---|---|
This structure is used by the Web Server and the ISAPI extension to exchange information. |
|
This structure contains connection information, including a value to indicate if the connection being used to service the current request should be kept active for further processing. |
|
This structure contains information regarding the virtual root that is to be mapped to a physical path. |
|
This structure contains the Web Server information regarding the version and description of the extension. |
|
This structure contains access denied information for an ISAPI filter. |
|
This structure contains user name and password information for use when the server is about to authenticate the client. |
|
This structure is used by HttpFilterProc to obtain information about the current request. |
|
This structure contains information about to be written by the server to its log file. |
|
This structure contains the notification information for use when the server is about to process the client headers. |
|
This structure contains raw data for an ISAPI filter to process. |
|
This structure contains information that facilitates communication with an ISAPI filter. |
|
This structure contains a physical mapping for the server to make to the specified URL. |
|
This structure is used by GetFilterVersion to obtain the version information about the filter. |