HSE_EXEC_URL_ENTITY_INFO Structure
This structure is used by a parent ISAPI extension to choose and supply an entity body to the child ISAPI extension.
Important Note: |
---|
Because the child extension receives no information regarding the parent ISAPI extension's actions, it is very important to send sufficient information about the entity body to the child ISAPI extension. For example, if the child has code to call ReadClient, send enough information for the child to either call or not call ReadClient, based on knowledge that the client has, or does not have, further information to send. |
typedef struct _HSE_EXEC_URL_ENTITY_INFO HSE_EXEC_URL_ENTITY_INFO {
DWORD cbAvailable;
LPVOID lpbData;
} HSE_EXEC_URL_ENTITY_INFO, * LPHSE_EXEC_URL_ENTITY_INFO;
Members
cbAvailable
The total number of bytes in the buffer pointed to by lbpData.lpbData
Points to a buffer, of size cbAvailable, that contains all the data sent by the client.
Requirements
Server: Requires or Windows Server 2003.
Product: IIS
Header: Declared in httpext.h.