Share via


KITLWaitForSvcConnect

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function waits for the device to connect to the Kernel Independent Transport Layer (KITL) server before performing additional actions.

Syntax

BOOL KITLWaitForSvcConnect(
  KITLID id,
  DWORD dwTimeout
);

Parameters

  • dwTimeout
    [in] Specifies the amount of time, in milliseconds, to wait before timing out.

Return Value

None.

Requirements

Header kitlclnt.h
Library kitldll.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

KITLRegisterClient