Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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 |