次の方法で共有


KITLWaitForSvcConnect (Compact 2013)

3/26/2014

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

Returns TRUE on success; otherwise FALSE.

Requirements

Header

kitlclnt.h

Library

kitldll.lib

See Also

Reference

KITL Transport Functions
KITLRegisterClient