术语 | werreportclosehandle |
释义 | WerReportCloseHandle 语法: C++ HRESULT WINAPI WerReportCloseHandle( __in HREPORT hReportHandle ); WerReportCloseHandle功能 关闭指定的报告。 参数 hReportHandle [in] 句柄报告。这种处理是由WerReportCreate函数返回。 返回值 这个函数返回S_OK的成功或失败的错误代码。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderWerapi.h LibraryWer.lib DLLWer.dll 参见 WER Functions WerReportCreate Windows错误报告 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==WerReportCloseHandle Function Closes the specified report. Syntax C++ HRESULT WINAPI WerReportCloseHandle( __in HREPORT hReportHandle ); Parameters hReportHandle [in] A handle to the report. This handle is returned by the WerReportCreate function. Return Value This function returns S_OK on success or an error code on failure. Requirements Minimum supported clientWindows Vista Minimum supported serverWindows Server 2008 HeaderWerapi.h LibraryWer.lib DLLWer.dll See Also WER Functions WerReportCreate Windows Error Reporting Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/bb513624(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。