|
IPersistFolder
The IPersistFolder interface is used to initialize shell folder objects.
When to Implement
When implementing a shell namespace extension, specifically IShellFolder, you need to implement this interface so the folder object can be initialized
this is how the folder is told where it is in the shell namespace.
When to Use
You don't use this interface directly. It is used by the file system
implementation of IShellFolder::BindToObject when it is initializing a shell folder object.
Methods in Vtable Order
IUnknown Methods
| Description
| QueryInterface
| Returns pointers to supported interfaces.
| AddRef
| Increments reference count.
| Release
| Decrements reference count.
|
IPersist Method
| Description
| GetClassID
| Returns the class identifier (CLSID) for the component object.
|
IIPersisFolder Method
| Description
| Initialize
| Called when the Explorer initializes a shell folder object.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|