Share via


CallEdbgSend

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is called to send data over a KITL transport.

Syntax

BOOL CallEdbgSend(
  UCHAR Id,
  UCHAR* pUserData,
  DWORD dwUserDataLen
);

Parameters

  • Id
    [in] Specifies the client identifier.
  • pUserData
    [in] Pointer to the user data to be sent to the device.
  • dwUserDataLen
    [in] Number of bytes specified by pUserData.

Return Value

Returns TRUE if the call was successful; otherwise, returns FALSE.

Requirements

Header halether.h
Library hal.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

CallEdbgRecv