DSEChangeConnState

Contains information about a connection whose state is being changed

Service:eDirectory Event
Defined In:nwdsevnt.h

Structure

    typedef struct 
    { 
       uint32   connID ; 
       uint32   entryID ; 
       uint32   oldFlags ; 
       uint32   newFlags ; 
    } DSEChangeConnState;
    

Fields

connID
Specifies the local ID for the connection whose state is being changed.
entryID
Specifies the entryID of the object that owns the authenticated connection.
oldFlags
Specifies the flag associated with the previous connection state.

oldFlags can have one of the following values:

C Value

Value Name

0x0001

DSE_CONN_VALID

0x0002

DSE_CONN_AUTHENTIC

0x0004

DSE_CONN_SUPERVISOR

0x0008

DSE_CONN_OPERATOR

0x0010

DSE_CONN_LICENSED

0x0020

DSE_CONN_SEV_IS_STALE

0x0040

DSE_CONN_IS_NCP

0x0080

DSE_CONN_CHECKSUMMING

0x00FF

DSE_CONN_OPERATIONAL_FLAGS

0x0100

DSE_CONN_SIGNATURES

0x0200

DSE_CONN_CSIGNATURES

0x0400

DSE_CONN_ENCRYPTION

0x0700

DSE_CONN_SECURITY_FLAGS

newFlags
Specifies the flag that indicates the new connection state. Uses the same flags as oldFlags.

Associated Events