AUTOCOMPLETELISTOPTIONS enumeration
Specifies which objects are enumerated for autocompletion lists.
Syntax
typedef enum tagAUTOCOMPLETELISTOPTIONS { ACLO_NONE = 0, ACLO_CURRENTDIR = 1, ACLO_MYCOMPUTER = 2, ACLO_DESKTOP = 4, ACLO_FAVORITES = 8, ACLO_FILESYSONLY = 16, ACLO_FILESYSDIRS = 32, ACLO_VIRTUALNAMESPACE = 64 } AUTOCOMPLETELISTOPTIONS;
Constants
- ACLO_NONE
-
No enumeration should take place.
- ACLO_CURRENTDIR
-
Only the current directory should be enumerated.
- ACLO_MYCOMPUTER
-
Only MyComputer should be enumerated.
- ACLO_DESKTOP
-
Only the Desktop Folder should be enumerated.
- ACLO_FAVORITES
-
Only the Favorites Folder should be enumerated.
- ACLO_FILESYSONLY
-
Only the file system should be enumerated.
- ACLO_FILESYSDIRS
-
Internet Explorer 6 or greater: The file system dirs, UNC shares, and UNC servers should be enumerated.
- ACLO_VIRTUALNAMESPACE
-
Windows Internet Explorer 7 or greater: The virtual namespace should be enumerated.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012