The INTERNETFLAG enumeration values are flags used to specify one of the GUID groups in the IProvideClassInfo3::GetFlags method. There is only one bit flag currently defined for the INTERNETFLAG group.
typedef enum tagINTERNETFLAGMembers{
INTERNETFLAG_USESDATAPATHS = 0x00000001
} INTERNETFLAG;
INTERNETFLAG_USESDATAPATHS
Specifies that the object uses one or more data path properties to manage BLOB data storage.