|
|
|
FolderItems Object |
|
IID_FolderItems |
{744129E0-CBE5-11CE-8350-444553540000} |
|
IID_FolderItems2 |
{C94F0AD0-F363-11D2-A327-00C04F8EEC7F} |
|
IID_FolderItems3 |
{EAA7C309-BBEC-49D5-821D-64D966CB667F} |
|
The FolderItems object represents the collection of items in a Shell folder. It contains properties and methods that allow you to retrieve information about the collection.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDispatch Methods |
Description |
|
GetTypeInfoCount |
Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
|
GetTypeInfo |
Gets the type information for an object. |
|
GetIDsOfNames |
Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
|
Invoke |
Provides access to properties and methods exposed by an object. |
|
FolderItems Methods and Properties |
Description |
|
Count |
Contains the number of items in the collection. |
|
Application |
Contains the Application object of the folder items collection. |
|
Parent |
Not currently implemented. |
|
Item |
Retrieves the FolderItem object for a specified item in the collection. |
|
_NewEnum |
Not currently implemented. |
|
FolderItems2 Methods and Properties |
Description |
|
InvokeVerbEx |
Executes a verb on a collection of FolderItem objects. This method is an extension of the InvokeVerb method, allowing additional control of the operation through a set of flags. |
|
FolderItems3 Methods and Properties |
Description |
|
Filter |
Sets a wildcard filter to apply to the items returned. |
|
Verbs |
Retrieves the list of verbs common to all the folder items. |
|
Count |
|
FUNCTION
ShellFolderItems_get_Count ( _
|
|
Application |
|
FUNCTION
ShellFolderItems_get_Application ( _
|
|
Parent |
|
FUNCTION
ShellFolderItems_get_Parent ( _
|
|
Item |
|
FUNCTION
ShellFolderItems_Item ( _
|
|
_NewEnum |
|
FUNCTION
ShellFolderItems_NewEnum ( _ |
|
InvokeVerbEx |
|
FUNCTION
ShellFolderItems2_InvokeVerbEx ( _ |
|
Filter |
|
FUNCTION
ShellFolderItems3_Filter ( _ |
|
Verbs |
|
FUNCTION
ShellFolderItems3_get_Verbs ( _ |
Page last updated on Wednesday, 15 February 2006 22:31:12 +0100