DSEBackLink

Contains information about a server holding a back link.

Service:eDirectory Event
Defined In:nwdsevnt.h

Structure

    typedef struct 
    { 
       uint32   serverID ;  
       unit32   remoteID ; 
    } DSEBackLink;
    

Fields

serverID
Specifies the local ID for the server that knows about the object.
remoteID
Specifies the object’s local ID on the remote server specified by serverID.

Remarks

The Back Link syntax is used to identify a server that knows about the object that owns the Back Link information. This structure is used to fill a parameter in the DSEVALData structure.