TPForwardWindowInput (Windows Embedded CE 6.0)
1/6/2010
This function forwards a message to the TileHost window by using the PostMessage function.
Syntax
HRESULT TPForwardWindowInput(
HANDLE hTileProxy,
UINT32 msg,
POINT pt);
Parameters
- hTileProxy
[in] Handle to the TileProxy object.
- msg
[in] Message ID.
- pt
[in] X,y coordinates of the message relative to the upper-left corner of the TileHost window client area.
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.
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
PostMessage
Customizing the Browser User Interface