IShellView::GetCurrentInfoIShellView::GetCurrentInfo*
*Contents  *Index  *Topic Contents
*Previous Topic: IShellView::EnableModelessSV
*Next Topic: IShellView::GetItemObject

IShellView::GetCurrentInfo


HRESULT GetCurrentInfo(
    LPFOLDERSETTINGS lpfs
   );	

Retrieves the current folder settings.

lpfs
Address of a FOLDERSETTINGS structure to receive the settings.

Windows Explorer uses this method to query the view for standard settings.

Notes to Callers

This method is used to get the current view settings of the view.

Notes to Implementers

Return as many of the settings as apply. This is intended to maintain the same basic settings when the user browses from view to view. For example, if the user sets the Details view, that view should be maintained as the user goes from one folder to the other in Windows Explorer mode.

See also IShellView


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