次の方法で共有


KITLWaitForSvcConnect (Windows CE 5.0)

Send Feedback

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

KITLRegisterClient

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.