Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
IFILTER_FLAGS (Enums)
.
C# Definition:
[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()> _
Public 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
<Flags> _
Enum IFILTER_FLAGS
IFILTER_FLAGS_OLE_PROPERTIES = 1
End Enum
Notes:
None.
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!