Filter_Cursor_T

Builds an expression tree to search for objects in eDirectory.

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

Structure

C

  typedef struct 
  { 
     pFilter_Node_T   fn ; 
     nuint16          level ; 
     nuint32          expect ; 
  } Filter_Cursor_T;
  

Defined In

  Filter_Cursor_T = Record 
        fn : pFilter_Node_T; 
        level : nuint16; 
        expect : nuint32 
  End;
  

Fields

fn

Points to the address of the current node structure in the expression tree.

level

Specifies the number of nodes superior to the current node plus 1.

expect

Specifies which tokens are legitimate values for the current node with a bit-map.