KITLWaitForSvcConnect (Windows CE 5.0)
This function waits for the device to connect to the Kernel Independent Transport Layer (KITL) server before performing additional actions.
BOOL KITLWaitForSvcConnect(KITLIDid,DWORDdwTimeout);
Parameters
- id
[in] KITL client identifier returned from KITLRegisterClient. - dwTimeout
[in] Specifies the amount of time, in milliseconds, to wait before timing out.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kitlclnt.h.
Link Library: Kitldll.lib.
See Also
Send Feedback on this topic to the authors