Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the current reporting behavior of Windows Runtime error functions.
Syntax
HRESULT RoGetErrorReportingFlags(
[out] UINT32 *pflags
);
Parameters
[out] pflags
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | roerrorapi.h |
| Library | mincore.lib |