Contents Index Topic Contents | ||
Previous Topic: INotifyReplica::YouAreAReplica Next Topic: IPersistFolder::Initialize |
IPersistFolder
The IPersistFolder interface is used to initialize shell folder objects.
When to Implement
When implementing a shell namespace extension, specifically the IShellFolder interface, you need to implement this interface so the folder object can be initialized. Implementation of this interface is how the folder is told where it is in the shell namespace.
When to Use
You do not use this interface directly. It is used by the file system implementation of the IShellFolder::BindToObject interface when it is initializing a shell folder object.
IPersistFolder is derived from IPersist. The following method is specific to IPersistFolder.
IPersistFolder Method Description Initialize Instructs a shell folder object to initialize itself based on the information passed.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.