Contains the data associated with connection with the LDAP Server.
typedef struct
{
unsigned int connection;
unsigned int time;
char *inetAddr;
}EVT_ConnectionEventData;
Specifies the connection ID for the connection.
Specifies the time of operation.
Specifies the inet address of the client, who has initiated the operation.