Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

IFILTER_FLAGS (Enums)
 
.
Summary
TODO - a short description

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.

Documentation
 

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions