|
|
|
FolderItemVerb Object |
|
IID_FolderItemVerb |
{08EC3E00-50B0-11CF-960C-0080C7F4EE85} |
|
The FolderItemVerb object represents a single verb available to an item. The object contains properties and methods that allow you to retrieve information about the verb.
|
|
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. |
|
FolderItemVerb Methods and Properties |
Description |
|
Application |
Contains the FolderItemVerb object's Application object. |
|
Parent |
Not currently implemented. |
|
Name |
Contains the verb's name. |
|
DoIt |
Executes a verb on the FolderItem associated with the verb. |
|
Application |
|
FUNCTION
ShellFolderItemVerb_get_Application ( _
|
|
Parent |
|
FUNCTION
ShellFolderItemVerb_get_Parent ( _
|
|
Name |
|
FUNCTION
ShellFolderItemVerb_get_Name ( _
FUNCTION
ShellFolderItemVerb_put_Name ( _
|
|
DoIt |
|
FUNCTION
ShellFolderItemVerb_DoIt ( _
|
Page last updated on Monday, 03 April 2006 20:37:48 +0200