Contains information about a generic open/create operation
typedef struct {
LONG connection ;
LONG task ;
LONG volume ;
LONG pathComponentCount ;
LONG dirBase ;
BYTE *pathString ;
LONG nameSpace ;
LONG dataStreamNumber ;
LONG openCreateFlags ;
LONG searchAttributes ;
LONG createAttributes ;
LONG requestedAccessRights ;
LONG returnInfoMask ;
LONG *fileHandle ;
BYTE *openCreateAction ;
} GenericOpenCreateCBStruct;
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 number of components in the path.
Contains the directory base (directory number) of the file or directory.
Contains the NetWare-internal path string of the file or directory.
Contains the name space of the file or directory:
Contains a number identifying the data stream type of the file or directory:
Contains the operation requested, such as opening a file, creating a file, etc.:
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 the attributes that are to be set when the entry 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 as follows:
Contains a bit mask defining the information that is requested for this operation. This bit mask is defined as follows:
Contains the NetWare file handle of the entry to be created.
Contains the results of the requested action: