Contains information about a generic modify DOS information operation
typedef struct {
LONG connection ;
LONG task ;
LONG volume ;
LONG pathComponentCount ;
LONG dirBase ;
BYTE *pathString ;
LONG nameSpace ;
LONG searchAttributes ;
LONG modifyMask ;
void *modifyInfo ;
} GenericModifyDOSInfoCBStruct;
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 field 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.
Contains a bit mask that defines the items to be modified by this operation:
Contains the data that is to replace the old data for this entry.