The HCALL data type stores a handle to the call that is used to refer to the call between the client and server.
This type is declared as follows:
typedef DWORD HCALL;
Thank you.