Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

RoSetErrorReportingFlags function

Sets the reporting behavior of Windows Runtime error functions.

Syntax


HRESULT WINAPI RoSetErrorReportingFlags(
  _In_  UINT32 flags
);

Parameters

flags [in]

Type: UINT32

A bitmask of RO_ERROR_REPORTING_FLAGS values.

Return value

Type: HRESULT

This function can return one of these values.

Return codeDescription
S_OK

The error-reporting behavior was set successfully.

E_INVALIDARG

flags has invalid or undefined bits set.

 

Remarks

Get the current reporting behavior of Windows Runtime error functions by calling the RoGetErrorReportingFlags function.

Windows Phone 8: This API is supported.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Roapi.h

See also

RoGetErrorReportingFlags
RO_ERROR_REPORTING_FLAGS
RoSetErrorReportingFlags
RoOriginateError
RoTransformError

 

 

Build date: 5/16/2013

Community Additions

© 2013 Microsoft. All rights reserved.