TPGetIsChanging (Windows Embedded CE 6.0)
1/6/2010
This function indicates whether animation is occurring.
Syntax
HRESULT TPGetIsChanging(
HANDLE hTileProxy,
BOOL* pIsChanging);
Parameters
- hTileProxy
[in] Handle to the TileProxy object.
- pIsChanging
[out] Pointer to a Boolean value that indicates whether the HTML page is changing. Returns true if the page is changing; otherwise, false.
Return Value
This function returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, in addition to the following:
- S_OK
The method completed successfully.
Remarks
Three functions can produce animation effects: TPChangePos, TPChangeZoom, and TPChangeZoomScale. Animation has nothing to do with the Web page; it is a visual effect generated by the tiling engine.
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