Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Specifies which objects are enumerated for autocompletion lists.
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;
ACLO_NONE Value: 0 No enumeration should take place. |
ACLO_CURRENTDIR Value: 1 Only the current directory should be enumerated. |
ACLO_MYCOMPUTER Value: 2 Only MyComputer should be enumerated. |
ACLO_DESKTOP Value: 4 Only the Desktop Folder should be enumerated. |
ACLO_FAVORITES Value: 8 Only the Favorites Folder should be enumerated. |
ACLO_FILESYSONLY Value: 16 Only the file system should be enumerated. |
ACLO_FILESYSDIRS Value: 32 Internet Explorer 6 or greater: The file system dirs, UNC shares, and UNC servers should be enumerated. |
ACLO_VIRTUALNAMESPACE Value: 64 Windows Internet Explorer 7 or greater: The virtual namespace should be enumerated. |
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) |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today