TPSetHtmlWindow (Windows Embedded CE 6.0)

1/6/2010

This function sets the HTML window for the proxy (TileProxy) of the host Web browser (TileHost). If you set the hHtmlWnd parameter in CreateTileProxy, then you do not need to use this function. Otherwise, you must call this function for the tiling engine to work.

Syntax

HRESULT TPSetHtmlWindow(
    HANDLE hTileProxy,
  HWND hWnd);

Parameters

  • hTileProxy
    [in] Handle to the TileProxy.
  • hWnd
    [in] Handle to the HTML window that MSHTML creates, which is called Internet Explorer_Server.

Return Value

This function returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The method completed successfully.

Requirements

Header TileProxy.h
Library tileengine.dll
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Other Resources

Internet Explorer Embedded Tiling Engine Functions
Customizing the Browser User Interface