术语 | fatalexit |
释义 | FatalExit 语法: C++ void WINAPI FatalExit( __in int ExitCode ); FatalExit功能 转会执行控制到调试器。在随后的调试器是特定类型的调试器使用的行为。 参数 ExitCode [in] 错误代码与出口有关。 返回值 这个函数没有返回值。 备注 应用程序应只用于调试目的FatalExit。它不应该调用应用程序的一个零售版本的功能,因为这样做将终止应用程序。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinbase.h(头文件:winuser.h) LibraryKernel32.lib DLLKernel32.dll 参见 沟通与调试 调试功能 FatalAppExit 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==FatalExit Function Transfers execution control to the debugger. The behavior of the debugger thereafter is specific to the type of debugger used. Syntax C++ void WINAPI FatalExit( __in int ExitCode ); Parameters ExitCode [in] The error code associated with the exit. Return Value This function does not return a value. Remarks An application should only use FatalExit for debugging purposes. It should not call the function in a retail version of the application because doing so will terminate the application. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinbase.h (include Windows.h) LibraryKernel32.lib DLLKernel32.dll See Also Communicating with the Debugger Debugging Functions FatalAppExit Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms679337(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。