NWReadNSInfo(3nw)


NWReadNSInfo -- reads name space information from designated name space

Synopsis

   #include <nwnamspc.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWReadNSInfo (NWCONN_HANDLE conn, NW_IDX N_FAR * idxStruct, NW_NS_INFO N_FAR * NSInfo, pnuint8 data);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

idxStruct
(IN) Points to NW_IDX returned from NWNSGetMiscInfo.

NSInfo
(IN) Points to NW_NS_INFO returned from NWGetNSInfo.

data
(OUT) Points to a 512-byte buffer receiving data from the name space.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

Notices

NSInfoBitMask bit definitions follow:

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 19 Get NS Information

 
 ----------------------------------------- 
| 0x2222|  87|  19|  Get NS Information  | 
|-------|----|----|----------------------| 

References

NWGetNSEntryInfo(3nw), NWWriteNSInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.