CHtmlView::Refresh2

 

Reloads the file that Internet Explorer is currently displaying.

Syntax

      void Refresh2(
   int nLevel 
);

Parameters

  • nLevel
    The address of the variable specifying the refresh level. The possible variables are defined in RefreshConstants, in the Windows SDK.

Remarks

Unlike Refresh, Refresh2 contains a parameter that specifies the refresh level.

Applies to Internet Explorer and WebBrowser.

Requirements

Header: afxhtml.h

See Also

CHtmlView Class
Hierarchy Chart
IWebBrowser2::Refresh2