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

SHCONTF (Enums)
 
.
Summary
TODO - a short description

C# Definition:

    [Flags]
    public enum SHCONTF : uint {
        SHCONTF_FOLDERS         = 0x0020,   // only want folders enumerated (SFGAO_FOLDER)
        SHCONTF_NONFOLDERS      = 0x0040,   // include non folders
        SHCONTF_INCLUDEHIDDEN       = 0x0080,   // show items normally hidden
        SHCONTF_INIT_ON_FIRST_NEXT  = 0x0100,   // allow EnumObject() to return before validating enum
        SHCONTF_NETPRINTERSRCH      = 0x0200,   // hint that client is looking for printers
        SHCONTF_SHAREABLE       = 0x0400,   // hint that client is looking sharable resources (remote shares)
        SHCONTF_STORAGE         = 0x0800,   // include all items with accessible storage and their ancestors
    }

VB Definition:

Enum SHCONTF
   TODO
End Enum

Notes:

None.

Documentation
SHCONTF on MSDN
 

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
Find References
Show Printable Version
Revisions