SHCONTFSHCONTF*
*



Contents  *



Index  *Topic Contents
*Previous Topic: FOLDERVIEWMODE
*Next Topic: SHGNO

SHCONTF


typedef enum tagSHCONTF{  
    SHCONTF_FOLDERS = 32,
    SHCONTF_NONFOLDERS = 64,
    SHCONTF_INCLUDEHIDDEN = 128,
} SHCONTF; 

Determines the type of items included in an enumeration. These values are used with the IShellFolder::EnumObjects method.

SHCONTF_FOLDERS
Include items that are folders in the enumeration.
SHCONTF_NONFOLDERS
Include items that are not folders in the enumeration.
SHCONTF_INCLUDEHIDDEN
Include hidden items in the enumeration.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.