Contents Index Topic Contents | ||
Previous Topic: IShellView::EnableModelessSV Next Topic: IShellView::GetItemObject |
IShellView::GetCurrentInfo
HRESULT GetCurrentInfo( LPFOLDERSETTINGS lpfs );Retrieves the current folder settings.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
- 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.