Contains information about a create/open operation
typedef struct {
LONG connection ;
LONG task ;
LONG volume ;
LONG dirBase ;
BYTE *pathString ;
LONG pathComponentCount ;
LONG nameSpace ;
LONG createAttributeBits ;
LONG requestedAccessRights ;
LONG createFlagBits ;
LONG dataStreamNumber ;
} CreateAndOpenCallBackStruct;
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 the file attributes that the file is to have when it is created.
Indicates how the entry is to be opened, such as Read Only, Read Write, Compatibility mode, and so on. The bits in this mask are defined in the following figure.
Contains flags that can be set to allow more flexibility in the create operation. These bits are listed in the following table.
Contains a number identifying the data stream type of the file or directory: