术语 | adderexcludedapplication |
释义 | AddERExcludedApplication 语法: C++ BOOL AddERExcludedApplication( __in LPCTSTR szApplication ); AddERExcludedApplication功能 [此功能已经过时,但兼容性可用。相反,使用WerAddExcludedApplication功能。] 错误报告不包括指定的应用程序。 参数 szApplication [in] 该应用程序的可执行文件名,包括文件扩展名。该名称不能包含路径信息。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,请参考GetLastError函数。 备注 这个函数存储排除的应用程序列表在HKEY_LOCAL_MACHINE配置单元。调用进程必须具有写入注册表的权限。 要求: 最低支持client-Windows XP 最低支持serverWindows服务器2003 HeaderErrorRep.h LibraryFaultrep.lib DLLFaultrep.dll Unicode和ANSI namesAddERExcludedApplicationW(Unicode)和AddERExcludedApplicationA(ANSI)的 参见 ReportFault WER Functions Windows错误报告 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==AddERExcludedApplication Function [This function is obsolete but is available for compatibility. Instead, use the WerAddExcludedApplication function.] Excludes the specified application from error reporting. Syntax C++ BOOL AddERExcludedApplication( __in LPCTSTR szApplication ); Parameters szApplication [in] The name of the executable file for the application, including the file name extension. The name cannot contain path information. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, see GetLastError . Remarks This function stores the excluded application list under the HKEY_LOCAL_MACHINE hive. The calling process must have permissions to write to this registry hive. Requirements Minimum supported clientWindows XP Minimum supported serverWindows Server 2003 HeaderErrorRep.h LibraryFaultrep.lib DLLFaultrep.dll Unicode and ANSI namesAddERExcludedApplicationW (Unicode) and AddERExcludedApplicationA (ANSI) See Also ReportFault WER Functions Windows Error Reporting Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/bb513614(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。