ITVControl::TearDown

[This is preliminary documentation and subject to change.]

The TearDown method advises that WebTV for Windows is closing the current Web page.

HRESULT Teardown(void);
 

Parameters

None.

Return Values

WebTV for Windows ignores the value returned by this method.

Remarks

This method is called by WebTV for Windows before it navigates to a new HTML page. Calling TearDown enables your control to clean up or persistently store its state before the Web page is closed.

WebTV for Windows displays Web pages using the browser component of Microsoft® Internet Explorer. WebTV for Windows calls TearDown before it calls the browser to navigate to a new Web page. Note that WebTV for Windows waits for registered applications to return a value. Thus, your control should return a value promptly, so as not to delay WebTV for Windows in navigating to the new page.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in tvdisp.odl.
  Import Library: User-defined.
  Unicode: Yes.