Overview#
Path_T contains the
eDirectory information for the attributes that use the
Path Field.
Service:NDS#
Defined In:nwdsattr.h and nwdsattr.inc
Structures#
C
typedef struct
{
nuint32 nameSpaceType ;
pnstr8 volumeName ;
pnstr8 path ;
} Path_T;
Pascal
Path_T = Record
nameSpaceType : nuint32;
volumeName : pnstr8;
path : pnstr8
End;
Fields#
- NameSpaceType Field - Specifies the name space of the file name (see Section 5.17, Name Space Types).
- VolumeName Field- Points to the distinguished name of the volume.
- Path Field - Points to a file system path, formatted according to the name space.
Path_T Name Space Types#
The
NameSpaceType Field used by the Path_T structure are listed in the NAME_SPACE_TYPE typedef enumeration in the nwdsdefs.h and nwdsdefs.inc files. These values match the standard name space types defined for the name space functions.
The following table lists this set of NameSpaceType Field Values.
Flag | C Value | Comment |
DS_DOS | 0 | DOS name space |
DS_MACINTOSH | 1 | Macintosh name space |
DS_UNIX | 2 | UNIX or NFS name space |
DS_FTAM | 3 | FTAM name space |
DS_OS2 | 4 | OS/2, Windows 95, or Windows NT name space |
There might be more information for this subject on one of the following: