FolderItemsFDF object
[This object is available through Windows XP Service Pack 2 (SP2) and Windows Server 2003. It might be altered or unavailable in subsequent versions of Windows.]
Represents a Shell folder and all its children.
Remarks
Create this object by calling CoCreateInstance with a class id of CLSID_FolderItem and an IID of IID_IPersistFolder. Then initialize the Shell folder object by calling IPersistFolder::Initialize with the root folder. You can then call QueryInterface to obtain pointers to other Shell interfaces.
Interfaces Implemented
| Interface | Description |
|---|---|
| IPersistFolder |
The IPersistFolder interface is used to initialize Shell folder objects. |
| IDispatch |
The IDispatch interface exposes objects, methods, and properties to programming tools and other applications that support Automation. |
| FolderItems3 |
The FolderItems3 object extends the FolderItems2 object. It supports an additional method and property. |
| IInsertItem |
The IInsertItem interface provides a method that inserts an ITEMIDLIST structure into a list of such structures. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IID |
CLSID_FolderItemsFDF |