Windows NT: 16-bit Calls to NetUserAdd() API Cause GP FaultLast reviewed: August 31, 1995Article ID: Q135928 |
The information in this article applies to:
SYMPTOMSWhen you run a 16-bit program that calls the NetUserAdd() application programming interface (API), a General Protection (GP) fault occurs. This symptom occurs sporadically.
CAUSEThere is a problem in the NETAPI.DLL file where the segment passed in the call is not used.
WORKAROUNDTo work around this problem, use the LocalAlloc() API to allocate the buffers used to pass the server name, user name, and password.
STATUSMicrosoft has confirmed this to be a problem in Windows NT versions 3.5 and 3.51. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
KBCategory: kbprg kbnetwork kbbug3.50 kbbug3.51
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |