///////////////////////////////////////////////////////////////////////////////////////////////////
// Interface IDreamErrorInfo
[helpstring("Error info structure")]
typedef struct IDreamErrorInfo
{
[helpstring("Type - error/warning")]
eErrType _type;
[helpstring("Error ID")]
int _errorID;
[helpstring("Error description")]
BSTR _errorDesc;
} IDreamErrorInfo;