NAMEID_TYPE

Holds the distinguished name of the replica and its type.

Service:NDS
Defined In:ndsback.h

Structure

    typedef struct 
    { 
       void            *dn; 
       unsigned long    id; 
       unsigned long    type; 
    } NAMEID_TYPE;
    

Fields

dn
Points to the distinguished name of the replica.
id
Not used; set to invalid.
type
Specifies the type of replica (see Replica Types (NDS Core Services)).