The information in this article applies to:
SYMPTOMSAn application running under the Microsoft Windows graphical environment receives FatalExit error 0x00FF or 0xD000, "MakeProcInstance only for Current Instance." CAUSEA function in a dynamic-link library (DLL) calls the MakeProcInstance() function using an application's instance handle. The FatalExit() occurs because the current value of the DS register does not match the instance handle passed to MakeProcInstance(). RESOLUTIONA DLL should not call MakeProcInstance() on behalf of the calling application. The MakeProcInstance() function is not designed to be used this way. MORE INFORMATIONWhen an application is executing, the value of the DS register is equal to the application's data segment, which is identified by the application's instance handle. Additional query words: 3.00 3.10 no32bit
Keywords : kb16bitonly |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |