Share via


KITLSend

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

KITLRegisterClient