Path_T

Contains the eDirectory information for the attributes that use the Path syntax.

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

Structure

C

  typedef struct 
  { 
     nuint32   nameSpaceType ; 
     pnstr8    volumeName ; 
     pnstr8    path ; 
  } Path_T;
  

Pascal

  Path_T = Record 
        nameSpaceType : nuint32;  
        volumeName : pnstr8; 
        path : pnstr8 
  End;
  

Fields

nameSpaceType

Specifies the name space of the file name (see Section 5.17, Name Space Types).

volumeName

Points to the distinguished name of the volume.

path

Points to a file system path, formatted according to the name space.