Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONEValue: 0 No enumeration should take place. |
ACLO_CURRENTDIRValue: 1 Only the current directory should be enumerated. |
ACLO_MYCOMPUTERValue: 2 Only MyComputer should be enumerated. |
ACLO_DESKTOPValue: 4 Only the Desktop Folder should be enumerated. |
ACLO_FAVORITESValue: 8 Only the Favorites Folder should be enumerated. |
ACLO_FILESYSONLYValue: 16 Only the file system should be enumerated. |
ACLO_FILESYSDIRSValue: 32 Internet Explorer 6 or greater: The file system dirs, UNC shares, and UNC servers should be enumerated. |
ACLO_VIRTUALNAMESPACEValue: 64 Windows Internet Explorer 7 or greater: The virtual namespace should be enumerated. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | shlobj_core.h (include Shlobj.h) |