Contents Index Topic Contents | ||
Previous Topic: IShellView::GetItemObject Next Topic: IShellView::SaveViewState |
IShellView::Refresh
HRESULT Refresh(void)Refreshes the view's contents in response to user input.
- Returns NOERROR if successful, or an OLE-defined error value otherwise.
Tells the view to refresh its contents, revalidating any view information it has.
Notes to Callers
Windows Explorer calls this method when the F5 key is pressed on an already open view.
Notes to Implementers
Refill the view by going to any underlying storage for the contents.
See also IShellView
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.