IShellView::Refresh (Windows CE 5.0)
This method refreshes the view's contents in response to user input.
Syntax
HRESULT Refresh(VOID);
Parameters
None.
Return Values
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
OS Versions: Windows CE 5.0 and later.
Header: Shobjidl.h, Shobjidl.idl.
Link Library: Implementation dependent.
See Also
IShellView | Standard Shell Interfaces
Send Feedback on this topic to the authors