Namespace: FilterLibrary
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
[FlagsAttribute]
public enum IFILTER_FLAGS
Visual Basic
<FlagsAttribute> _
Public Enumeration IFILTER_FLAGS
Visual C++
[FlagsAttribute]
public enum class IFILTER_FLAGS

Members

Member nameValueDescription
IFILTER_FLAGS_OLE_PROPERTIES1 The caller should use the IPropertySetStorage and IPropertyStorage interfaces to locate additional properties. When this flag is set, properties available through COM enumerators should not be returned from IFilter.

See Also