Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 | RuntimeObject.lib |