Share via


KITLSend (Windows Embedded CE 6.0)

1/5/2010

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

Syntax

BOOL KITLSend(
  KITLID id,
  LPCVOID pData ,
  USHORT cbData,
  DWORD dwTimeout
);

Parameters

  • 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 Value

None.

Requirements

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

See Also

Reference

KITL Transport Functions
KITLRegisterClient