IEnumFullIDList interface

Exposes a standard set of methods that enumerate the pointers to item identifier lists (PIDLs) of the items in a Shell folder.

Members

The IEnumFullIDList interface inherits from the IUnknown interface. IEnumFullIDList also has these types of members:

Methods

The IEnumFullIDList interface has these methods.

MethodDescription
Clone

Creates a new item enumeration object with the same contents and state as the current one.

Next

Retrieves a specified number of IDLIST_ABSOLUTE items.

Reset

Returns the enumerator to the beginning of the enumeration sequence.

Skip

Skips a specified number of IDLIST_ABSOLUTE items.

 

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Show: