It_SetDelSessionHook 

Use

Registers a callback function that monitors a session being deleted.

Syntax

DWORD DLEX It_SetDelSessionHook(HANDLE hMr, void *ptr);

Parameters

hMr

Connection handle

ptr

Pointer to the callback function

Return Value

Returns TRUE on success, FALSE on error.

See Also

It_SetNewSessionHook, Handling Multiple Sessions