NWSetNSEntryDOSInfo(3nw)
NWSetNSEntryDOSInfo --
modifies information in one name space using path from another name space
Synopsis
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWSetNSEntryDOSInfo
(NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
pnstr8 pbstrPath,
nuint8 buNameSpace,
nuint16 suSrchAttr,
nuint32 luModifyDOSMask,
MODIFY_DOS_INFO N_FAR
dosInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- dirHandle
-
(IN) Specifies the directory handle of the parent directory.
- pbstrPath
-
(IN) Points to the path.
- buNameSpace
-
(OUT) Receives the name space of dirHandle and path.
- suSrchAttr
-
(IN) Specifies the search attributes to use.
- luModifyDOSMask
-
(IN) Specifies the information to return.
- dosInfo
-
(IN) Points to MODIFY_DOS_INFO containing the information
specified by luModifyDOSMask.
Return values
- 0x0000
-
SUCCESSFUL
Notices
suSrchAttr can have the following values:
- 0x0002
-
SA_HIDDEN
- 0x0004
-
SA_SYSTEM
- 0x0010
-
SA_SUBDIR_ONLY
- 0x8000
-
SA_SUBDIR_FILES
luModifyDOSMask can have the following values:
- 0x0002L
-
DM_ATTRIBUTES
- 0x0004L
-
DM_CREATE_DATE
- 0x0008L
-
DM_CREATE_TIME
- 0x0010L
-
DM_CREATOR_ID
- 0x0020L
-
DM_ARCHIVE_DATE
- 0x0040L
-
DM_ARCHIVE_TIME
- 0x0080L
-
DM_ARCHIVER_ID
- 0x0100L
-
DM_MODIFY_DATE
- 0x0200L
-
DM_MODIFY_TIME
- 0x0400L
-
DM_MODIFIER_ID
- 0x0800L
-
DM_LAST_ACCESS_DATE
- 0x1000L
-
DM_INHERITED_RIGHTS_MASK
- 0x2000L
-
DM_MAXIMUM_SPACE
Services
Name Space
NCP calls
0x2222
|
87
|
07
|
Modify File or Subdirectory DOS Information
|
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.