PRB: NetBIOS Command NCBSEND Gets Return Code Error 0x3CLast reviewed: March 3, 1995Article ID: Q123457 |
The information in this article applies to:
SYMPTOMSWhile opening sessions, you start to get error 0x3C (lock of user area failed) in the NcbSend command call.
CAUSEAn application in Windows NT uses the NcbListen command to accept NetBIOS calls. After a call is received, the application uses the NcbSend command to send data back. If the computer running Windows NT has 32 megabytes of main memory, an application can request a large number (for example, 128) of sessions, by using the NcbReset command, without difficulty. However, with only 16 megabytes of main memory, an application can request only a moderate number (for example, 80) of sessions. If more sessions are opened they start to get error 0x3C (lock of user area failed) in the NcbSend command call. The error persists until some of the sessions that are currently open are closed, at which time NcbSend will get a good return status.
STATUSThis behavior is by design. The system stops the process from using so many resources that it jeopardizes the performance of other applications and/or the system itself.
|
Additional reference words: 3.10 3.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |