[Flags]
enum IFILTER_FLAGS {
/// <summary>
/// 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.
/// </summary>
IFILTER_FLAGS_OLE_PROPERTIES = 1
}
VB Definition:
#Region "IFILTER_FLAGS Enumeration Definition"
<Flags()> _
Enum IFILTER_FLAGS
'// 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.
IFILTER_FLAGS_OLE_PROPERTIES = 1
End Enum
#End Region
Notes:
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!