Märkus.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
Retrieves the restricted error information for the specified HRESULT.
Syntax
HRESULT RoGetMatchingRestrictedErrorInfo(
HRESULT hrIn,
IRestrictedErrorInfo **ppRestrictedErrorInfo
);
Parameters
hrIn
An HRESULT representing the error for which restricted error info is retrieved.
ppRestrictedErrorInfo
Receives an instance of IRestrictedErrorInfo representing the details of an error, including restricted error information.
Return value
Returns S_OK on success.
Remarks
The function checks to see if current error info matches the hrIn value passed in and, if not, it originates a matching error info.
Requirements
| Requirement | Value |
|---|---|
| Header | roerrorapi.h |
| Library | mincore.lib |