IACList2 interface (shlobj_core.h)

Extends the IACList interface to enable clients of an autocomplete object to retrieve and set option flags.

Inheritance

The IACList2 interface inherits from IACList. IACList2 also has these types of members:

Methods

The IACList2 interface has these methods.

 
IACList2::GetOptions

Gets the current autocomplete options. (IACList2.GetOptions)
IACList2::SetOptions

Sets the current autocomplete options. (IACList2.SetOptions)

Remarks

This interface also provides the methods of the IACList interface from which it inherits.

When to Implement

Autocompletion clients implement this interface to enable the autocomplete object to retrieve and set options. The options are basically a request that the client generate a list with the names of all the files and subfolders contained by one or more specified folders. The autocomplete object then calls the client's IEnumString interface to request the strings.

When to Use

Typically, this interface is not used directly by applications.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header shlobj_core.h