Contains information about a modify directory operation
typedef struct {
LONG connection ;
LONG task ;
LONG volume ;
LONG dirBase ;
BYTE *pathString ;
LONG pathComponentCount ;
LONG nameSpace ;
LONG attributeMatchBits ;
LONG targetNameSpace ;
struct ModifyStructure *modifyVector ;
LONG modifyBits ;
LONG allowWildCardsFlag ;
} ModifyDirEntryCallBackStruct;
Contains the connection number of the entity requesting the operation.
Contains the task number of the entity requesting the operation.
Contains the number of the volume that the directory entry is on.
Contains the directory base (directory number) of the file or directory.
Contains the NetWare-internal path string of the file or directory.
Contains the number of components in the path.
Contains the name space of the file or directory:
Contains a bit mask of the file attributes that are affected by this operation. That is, entries that have file attributes matching this bit mask are affected. For more about the file attributes mask, see File Attributes. The bits of the first byte of the file attributes mask is defined as follows:
Contains the name space of the entry that is to be changed (see the values for nameSpace, above).
Contains the modify vector used in the operation. See the discussion of ModifyStructure.
Contains the modify bits used in the operation:
Indicates whether wildcards are allowed in the path name: