IPersistFolder2IPersistFolder2*
*Contents  *Index  *Topic Contents
*Previous Topic: IPersistFolder::Initialize
*Next Topic: IPersistFolder2::GetCurFolder

IPersistFolder2

The IPersistFolder2 interface is used to obtain information from shell folder objects.

When implementing a shell namespace extension, specifically the IShellFolder interface, you need to implement this interface so that the shell folder object's ITEMIDLIST can be retrieved.

IPersistFolder2 is derived from IPersistFolder. The following method is specific to IPersistFolder2.

Methods
GetCurFolderRetrieves the ITEMIDLIST for the folder object.

Note This interface is only supported in shell versions 4.71 and later.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.