TPShowTileWindow (Windows Embedded CE 6.0)

1/6/2010

This function shows or hides the TileHost window.

Syntax

HRESULT TPShowTileWindow(
    __in HANDLE hTileProxy,
    __in BOOL bShow);

Parameters

  • hTileProxy
    [in] Handle to the TileProxy object.
  • bShow
    [in] Indicates whether to show the TileHost window. If true, the window is shown; if false, the window is hidden.

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