FEEDS_ERROR_CODE Enumerated Type
Contains HRESULT error codes for the Windows RSS Platform.
Syntax
typedef enum FEEDS_ERROR_CODE { FEC_E_ERRORBASE = 0xC0040200L, FEC_E_INVALIDMSXMLPROPERTY = FEC_E_ERRORBASE } FEEDS_ERROR_CODE;
Constants
FEC_E_ERRORBASE
Minimum FEEDS_ERROR_CODE value. Subsequent error codes start at this value.FEC_E_INVALIDMSXMLPROPERTY
Unrecognized or unsupported Microsoft XML (MSXML) Document Object Model (DOM) property.
Enumerated Type Information
Header and IDL files msfeeds.h, msfeeds.idl Minimum availability Internet Explorer 7 Minimum operating systems Windows XP SP2