Returns the symbolic name and description of an IStream error based on its HRESULT code.
_IStream_GetErrorInfo($iHRESULT)
| $iHRESULT | The HRESULT error code (e.g., 0x80030001). |
| Success: | Array [Symbolic name, Description, Affected methods] |
| Failure: | (-1) , sets @error to 1 if HRESULT not found. |