|
|
|
Folder Object |
|
IID_Folder |
{BBCBDE60-C3FF-11CE-8350-444553540000} |
|
IID_Folder2 |
{F0D2D8EF-3890-11D2-BF8B-00C04FB93661} |
|
IID_Folder3 |
{F0A7AE5F64-C4D7-4D7F-9307-4D24EE54B841} |
|
The Folder object represents a Shell folder. It contains properties and methods that allow you to retrieve information about the folder.
Remarks
|
|
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. |
|
Folder Methods and Properties |
Description |
|
Title |
Contains the title of the folder. |
|
Application |
Contains the folder's Application object. |
|
Parent |
Not currently implemented. |
|
ParentFolder |
Contains the parent Folder object. |
|
Items |
Retrieves a FolderItems object that represents the collection of items in the folder. |
|
ParseName |
Creates and returns a FolderItem object that represents a specified item. |
|
NewFolder |
Creates a new folder. |
|
MoveHere |
Moves an item or items to this folder. |
|
CopyHere |
Copies an item or items to a folder. |
|
GetDetailsOf |
Retrieves details about an item in a folder. For example, its size, type, or the time of its last modification. |
|
Folder2 Methods and Properties |
Description |
|
Self |
Contains the folder's FolderItem object. |
|
OffLineStatus |
Contains the offline status of the folder. |
|
Synchronize |
Synchronizes all offline files. |
|
HaveToShowWebViewBarricade |
Not currently supported. |
|
DimissedWebViewBarricade |
Specifies that the Web view barricade has been dismissed by the user. |
|
Folder3 Methods and Properties |
Description |
|
ShowWebViewBarricade |
Ask if the WebView barricade should be shown or not |
|
Title |
|
FUNCTION
ShellFolder_get_Title ( _
|
|
Application |
|
FUNCTION
ShellFolder_get_Application ( _
|
|
Parent |
|
FUNCTION
ShellFolder_get_Parent ( _
|
|
ParentFolder |
|
FUNCTION
ShellFolder_get_ParentFolder ( _
|
|
Items |
|
FUNCTION
ShellFolder_Items ( _
|
|
ParseName |
|
FUNCTION
ShellFolder_ParseName ( _ |
|
NewFolder |
|
FUNCTION
ShellFolder_NewFolder ( _
|
|
MoveHere |
|
FUNCTION
ShellFolder_MoveHere ( _ |
|
CopyHere |
|
FUNCTION
ShellFolder_CopyHere ( _ |
|
GetDetailsOf |
|
FUNCTION
ShellFolder_GetDetailsOf ( _ |
|
Self |
|
FUNCTION
ShellFolder2_get_Self ( _ |
|
OffLineStatus |
|
FUNCTION
ShellFolder2_get_OfflineStatus ( _ |
|
Synchronize |
|
FUNCTION
ShellFolder2_Synchronize ( _ |
|
HaveToShowWebViewBarricade |
|
FUNCTION
ShellFolder2_get_HaveToShowWebViewBarricade ( _ |
|
DimissedWebViewBarricade |
|
FUNCTION
ShellFolder2_DismissedWebViewBarricade ( _ |
|
DimissedWebViewBarricade |
|
FUNCTION
ShellFolder3_get_ShowWebViewBarricade ( _ , BYREF pbShowWebViewBarricade AS INTEGER _ ) AS LONG
|
Page last updated on Wednesday, 15 February 2006 22:29:51 +0100