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:
- newFlags
- Specifies the flag that indicates the new connection
state. Uses the same flags as oldFlags.