Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 1.89 KB

nf-roerrorapi-roreportfaileddelegate.md

File metadata and controls

69 lines (58 loc) · 1.89 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist f1_keywords dev_langs topic_type api_type api_location api_name
NF:roerrorapi.RoReportFailedDelegate
RoReportFailedDelegate function
Triggers the Global Error Handler when a delegate failure occurs.
RoReportFailedDelegate
RoReportFailedDelegate function [Windows Runtime]
roerrorapi/RoReportFailedDelegate
winrt.roreportfaileddelegate
winrt\roreportfaileddelegate.htm
WinRT
0A35A174-9020-438E-94CF-3A790D158144
12/5/2018
RoReportFailedDelegate, RoReportFailedDelegate function [Windows Runtime], roerrorapi/RoReportFailedDelegate, winrt.roreportfaileddelegate
roerrorapi.h
Windows
RuntimeObject.lib
Windows
RoReportFailedDelegate
roerrorapi/RoReportFailedDelegate
c++
APIRef
kbSyntax
DllExport
RuntimeObject.lib
RuntimeObject.dll
API-MS-Win-Core-WinRT-error-l1-1-1.dll
COMBase.dll
RoReportFailedDelegate

RoReportFailedDelegate function

-description

Triggers the Global Error Handler when a delegate failure occurs.

-parameters

-param punkDelegate [in]

The delegate to report.

-param pRestrictedErrorInfo [in]

The error to report. Call the GetRestrictedErrorInfo function to get the IRestrictedErrorInfo that represents the error.

-returns

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.