|
|
|
|
|
|
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| shlobj.h
| Unicode
| No
| Platform Notes
| None
|
|
|
IShellView::SaveViewState
[Now Supported on Windows NT]
Allows the shell view to store its view settings so the current state can be
restored during a subsequent browsing session.
HRESULT SaveViewState(
Parameters
This method has no parameters.
Return Values
Returns NOERROR if successful or an OLE-defined error value otherwise.
Remarks
The shell view is supposed to get a view stream by calling IShellBrowser::GetViewStateStream and store the current view state in that stream.
Notes to Callers
The Explorer calls this method when it wants to save the view state for a view.
Notes to Implementors
Be sure to make the format of the data stored in the stream robust and
versionable.
See Also
IShellBrowser::GetViewStateStream, IShellView
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
|