RoGetErrorReportingFlags function
Gets the current reporting behavior of Windows Runtime error functions.
Syntax
HRESULT WINAPI RoGetErrorReportingFlags( _Out_ UINT32 *pflags );
Parameters
- pflags [out]
-
Type: UINT32*
A pointer to the bitmask of RO_ERROR_REPORTING_FLAGS values that represents the current error-reporting behavior.
Return value
Type: HRESULT
This function can return one of these values.
| Return code | Description |
|---|---|
|
The error-reporting behavior was retrieved successfully. |
|
pflags is NULL. |
Remarks
Set the reporting behavior of Windows Runtime error functions by calling the RoSetErrorReportingFlags function.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
See also
Show: