PRB: Fatal Exit 0x00FF or 0xD000: MakeProcInstance FailsLast reviewed: July 22, 1997Article ID: Q74363 |
3.00 3.10
WINDOWS
kbprg kbprb
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 reference words: 3.00 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |