The information in this article applies to:
SYMPTOMSOn Microsoft Windows NT 4.0 Service Pack 4, a process will enter a deadlock state if SetNamedSecurityInfo() is called from DLLMain. CAUSE
The execution of DLLMain entry point function is serialized. Only one thread at a time can be executing inside DLLMain.
RESOLUTIONAn application should not call the SetNamedSecurityInfo() API inside a DLLMain. STATUSThis behavior is by design. MORE INFORMATIONPlease see the DLLMain documentation for details on implementing a DLL. Additional query words: kbdsupport kbdsh
Keywords : kbAccCtrl kbAPI kbDLL kbKernBase kbNTOS400 kbWinOS2000 kbSDKPlatform kbSecurity kbDSupport kbGrpKernBase |
Last Reviewed: January 10, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |