网站首页  词典首页

请输入您要查询的函数:

 

术语 werunregistermemoryblock
释义 WerUnregisterMemoryBlock
语法:
C++
HRESULT WINAPI WerUnregisterMemoryBlock(
__in PVOID pvAddress
);
WerUnregisterMemoryBlock功能
从删除的数据列表内存块将收集到的应用程序的错误报告。
参数
pvAddress [in]
该内存块的起始地址。此内存块必须已登记使用WerRegisterMemoryBlock功能。
返回值
这个函数返回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
WerRegisterMemoryBlock
Windows错误报告
如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com)
生成日期:2009年7月30日
==英文原文==WerUnregisterMemoryBlock Function
Removes a memory block from the list of data to be collected during error reporting for the application.
Syntax
C++
HRESULT WINAPI WerUnregisterMemoryBlock(
__in PVOID pvAddress
);
Parameters
pvAddress [in]
The starting address of the memory block. This memory block must have been registered using the WerRegisterMemoryBlock 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 memory blocks does not contain the specified memory block.

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