网站首页  词典首页

请输入您要查询的函数:

 

术语 fatalappexit
释义 FatalAppExit
语法:
C++
void WINAPI FatalAppExit(
__in UINT uAction,
__in LPCTSTR lpMessageText
);
FatalAppExit功能
显示一个消息框和终止时,消息框关闭应用程序。如果系统是与Kernel32.dll的调试版本运行,消息框使用户有机会终止应用程序或取消消息框,并返回到应用程序调用FatalAppExit。
参数
uAction [in]
此参数必须为零。
lpMessageText [in]
空结尾的字符串,在消息框中显示。
返回值
这个函数没有返回值。
备注
一个应用程序调用FatalAppExit只有当它不属于任何其他方式终止能力。
要求:
最低支持:client-Windows 2000专业版
最低支持server-Windows 2000服务器
HeaderWinbase.h(头文件:winuser.h)
LibraryKernel32.lib
DLLKernel32.dll
Unicode和ANSI namesFatalAppExitW(Unicode)和FatalAppExitA(ANSI)的
参见
错误处理函数
FatalExit
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月30日
==英文原文==FatalAppExit Function
Displays a message box and terminates the application when the message box is closed. If the system is running with a debug version of Kernel32.dll, the message box gives the user the opportunity to terminate the application or to cancel the message box and return to the application that called FatalAppExit.
Syntax
C++
void WINAPI FatalAppExit(
__in UINT uAction,
__in LPCTSTR lpMessageText
);
Parameters
uAction [in]
This parameter must be zero.
lpMessageText [in]
The null-terminated string that is displayed in the message box.
Return Value
This function does not return a value.
Remarks
An application calls FatalAppExit only when it is not capable of terminating any other way.
Requirements
Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinbase.h (include Windows.h)
LibraryKernel32.lib
DLLKernel32.dll
Unicode and ANSI namesFatalAppExitW (Unicode) and FatalAppExitA (ANSI)
See Also
Error Handling Functions
FatalExit
Send comments about this topic to Microsoft
Build date: 7/30/2009
==原始网址==http://msdn.microsoft.com/en-us/library/ms679336(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:19:47