TPGetWaitTimeout (Windows Embedded CE 6.0)
1/6/2010
This function gets the time-out interval for the TileProxy.
Syntax
HRESULT TPGetWaitTimeout(
HANDLE hTileProxy,
UINT32* piTimeout);
Parameters
- hTileProxy
[in] Handle to the TileProxy.
- piTimeout
[out] Pointer to the time-out value, in milliseconds.
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.
Remarks
You can use the time-out interval to call the MsgWaitForMultipleObjectsEx function. For an example, see TPGetWaitEvent.
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