In my code I am calling NWSetNameSpaceEntryName() and I get error code 139
returned. I have looked all through the online NetWare documentation,
paying particular attention to all pages that describe error codes, and I
can find no mention of this error.
Can anyone please tell me what this error code means, and what causes it?
Many thanks.
Alastair...@bakbone.co.uk (grevans) wrote in news:wg07f.4027$5e6.1785
@prv-forum2.provo.novell.com:
hmm, you should print out the errors in hex and search for that - this
increases teh chance you find something; also a good idea is to search
through the headers; I just did that, and my nwerror.h contains:
#define NWE_FILE_NO_RENAME_PRIV 0x898B /* 139 */
Guenter.