pythoncom.GetScodeString
string = GetScodeString(scode)
Returns the string for an OLE scode (HRESULT)
Parameters
Comments
This will obtain the COM Error message for a given HRESULT. Internally, PythonCOM uses this function to obtain the description when a com_error COM Exception is raised.