KITLSend (Windows CE 5.0)

Send Feedback

This function is called by the Kernel Independent Transport Layer (KITL) client to send data to the connected device.

BOOL KITLSend(KITLIDid,LPCVOIDpData,USHORTcbData,DWORDdwTimeout);

Parameters

  • id
    [in] KITL client identifier returned from KITLRegisterClient.
  • pData
    [in] Pointer to data to be sent to the device.
  • cbData
    [in] Number of bytes specified by pData.
  • dwTimeout
    [in] Specifies the amount of time, in milliseconds, that the send should wait before failing.

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.