Function Reference


_IStream_GetErrorInfo

Returns the symbolic name and description of an IStream error based on its HRESULT code.

_IStream_GetErrorInfo($iHRESULT)

Parameters

$iHRESULT The HRESULT error code (e.g., 0x80030001).

Return Value

Success: Array [Symbolic name, Description, Affected methods]
Failure: (-1) , sets @error to 1 if HRESULT not found.

Remarks

Uses the $tagIStreamErrorTable array to translate HRESULT codes.

Related

tagIStreamErrorTable