Share via


IShellView::Refresh (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

IShellView
Standard Shell Interfaces