- indexing
- title: "Visual Eiffel Library", "Browsing for Directory Constants"
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_BROWSE_FOR_FOLDER_CONSTANTS
- feature
-
BIF_RETURNONLYFSDIRS: BIT 32
-
BIF_DONTGOBELOWDOMAIN: BIT 32
-
BIF_STATUSTEXT: BIT 32
-
BIF_RETURNFSANCESTORS: BIT 32
-
BIF_BROWSEFORCOMPUTER: BIT 32
-
BIF_BROWSEFORPRINTER: BIT 32
-
BIF_BROWSEINCLUDEFILES: BIT 32
end -- class WAPI_BROWSE_FOR_FOLDER_CONSTANTS