IShellView::Refresh
Other versions of this page are also available for the following:
8/28/2008
This method refreshes the view's contents in response to user input.
Syntax
HRESULT Refresh(VOID);
Parameters
None.
Return Value
Returns NOERROR if successful, or an OLE-defined error value otherwise.
Remarks
Tells the view to refresh its contents, and to revalidate any view information it has.
This method is called by Windows Explorer when the F5 key is pressed on an already open view.
This method is implemented to refill the view by going to any underlying storage for the contents.
Requirements
Header | shobjidl.h, shobjidl.idl |
Library | Developer Implemented |
Windows Embedded CE | Windows CE 5.0 and later |