次の方法で共有


IShellView::Refresh (Compact 2013)

3/28/2014

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

See Also

Reference

IShellView
Shell Interfaces