Contains information about a generic modify name space information operation
typedef struct {
LONG connection ;
LONG task ;
LONG dataLength ;
LONG srcNameSpace ;
LONG dstNameSpace ;
LONG volume ;
LONG dirBase ;
LONG modifyMask ;
void *modifyInfo ;
} GenericModifyNSInfoCBStruct;
Contains the connection number of the entity requesting the operation.
Contains the task number of the entity requesting the operation.
Contains the size of the data in the modifyInfo field.
Contains the name space of the source:
Contains the name space of the destination (see above).
Contains the number of the volume that the directory entry is on.
Contains the directory base (directory number) of the file or directory.
Contains a bit mask that defines the items to be modified by this operation (see the following figure). Note that this bit mask differs slightly from the modify mask for the generic modify DOS information structure, in that it does not contain the "Last modified" bit:
Contains the data that is to replace the old data for this entry.