(IN) Specifies the NetWare server connection handle.
idxStruct
(IN) Points to NW_IDX returned by NWNSGetMiscInfo.
NSInfo
(IN) Points to NW_NS_INFO returned by NWGetNSInfo.
data
(IN) Points to a 512-byte buffer containing the data to be written to
the name space.
Return values
0x0000
SUCCESSFUL
0x8801
INVALID_CONNECTION
Notices
For name spaces other than DOS, NWWriteNSInfo is
passed to the appropriate name space NLM on the server. For name
space 0 (DOS), the server processes the request.
The actual format of the data is determined by the NLM on the
server. Unless format for the data on the server is known,
NWWriteNSInfo should not be used.
Avoid setting the first field of the name space information. This is
generally the name and is intended to be read-only. To rename a file,
call NWSetLongName.