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 HSE_REQ_IS_KEEP_CONN, 

  LPVOID lpvBuffer,  

  LPDWORD lpdwSize,  

  LPDWORD lpdwDataType

);

 

Parameters
ConnID
Specifies the connection identifier of the client to which the response data should be sent.
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.