EVT_ConnectionEventData

Contains the data associated with connection with the LDAP Server.

Structure

  typedef struct
  {
     unsigned int connection;
     unsigned int time;
     char *inetAddr;
  }EVT_ConnectionEventData;
  

Fields

connection

Specifies the connection ID for the connection.

time

Specifies the time of operation.

inetAddr

Specifies the inet address of the client, who has initiated the operation.