网站首页  词典首页

请输入您要查询的函数:

 

术语 werunregisterfile
释义 WerUnregisterFile
语法:
C++
HRESULT WINAPI WerUnregisterFile(
__in PCWSTR pwzFilePath
);
WerUnregisterFile功能
从删除的文件列表文件被添加到当前进程生成的报告。
参数
pwzFilePath [in]
完整的文件路径。此文件必须使用已注册的WerRegisterFile功能。
返回值
这个函数返回S_OK的成功或失败的错误代码,其中包括以下错误代码。
返回codeDescription
WER_E_INVALID_STATEThe进程状态是无效的。例如,在应用过程是恢复模式。
WER_E_NOT_FOUNDThe注册文件列表不包含指定的文件。
要求:
client最低支持Vista
server最低支持 Windows Server 2008
HeaderWerapi.h
LibraryKernel32.lib
DLLKernel32.dll
参见
WER Functions
WerRegisterFile
Windows错误报告
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月30日
==英文原文==WerUnregisterFile Function
Removes a file from the list of files to be added to reports generated for the current process.
Syntax
C++
HRESULT WINAPI WerUnregisterFile(
__in PCWSTR pwzFilePath
);
Parameters
pwzFilePath [in]
The full path to the file. This file must have been registered using the WerRegisterFile function.
Return Value
This function returns S_OK on success or an error code on failure, including the following error code.
Return codeDescription
WER_E_INVALID_STATEThe process state is not valid. For example, the process is in application recovery mode .
WER_E_NOT_FOUNDThe list of registered files does not contain the specified file.

Requirements
Minimum supported clientWindows Vista
Minimum supported serverWindows Server 2008
HeaderWerapi.h
LibraryKernel32.lib
DLLKernel32.dll
See Also
WER Functions
WerRegisterFile
Windows Error Reporting
Send comments about this topic to Microsoft
Build date: 7/30/2009
==原始网址==http://msdn.microsoft.com/en-us/library/bb513630(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 11:25:20