HSE_REQ_IS_KEEP_CONN
This support function can be used to determine the Keep-Alive status of the current connection.
BOOL ServerSupportFunction(
HCONN ConnID,
DWORD dwServerSupportFunction,
LPVOID lpvBuffer,
LPDWORD lpdwSizeofBuffer,
LPDWORD lpdwDataType
);
Parameters
ConnID
Specifies the connection identifier of the client to which the response data should be sent.dwServerSupportFunction
The name of the Server Support function, which in this case must be set to HSE_REQ_IS_KEEP_CONN.lpvBuffer
Points to a BOOL that will contain the status of Keep-Alive upon return.lpdwSizeofBuffer
Unused in this ServerSupportFunction request type.lpdwDataType
Unused in this ServerSupportFunction request type.
Requirements
Client: Requires Windows XP Professional, Windows 2000 Professional, or Windows NT Workstation 4.0.
Server: Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0.
Product: IIS
Header: Declared in httpext.h.