Contains eDirectory information for the attributes that use the Case Ignore List syntax.
typedef struct_ci_list
{
struct_ci_list N_FAR *next ;
pnstr8 s ;
} CI_List_T;
CI_List_T = Record
next : pCI_List_T;
s : pnstr8
End;
Points to the next node containing a case-ignore string.
Points to a case-ignore string for this node.