CI_List_T

Contains eDirectory information for the attributes that use the Case Ignore List syntax.

Service:NDS
Defined In:nwdsattr.h and nwdsattr.inc

Structure

C

  typedef struct_ci_list 
  { 
     struct_ci_list N_FAR   *next ; 
     pnstr8                  s ; 
  } CI_List_T;
  

Pascal

  CI_List_T = Record 
        next : pCI_List_T; 
        s : pnstr8 
  End;
  

Fields

next

Points to the next node containing a case-ignore string.

s

Points to a case-ignore string for this node.