Share via


CallEdbgSend (Windows CE 5.0)

Send Feedback

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

BOOL CallEdbgSend(UCHARId,UCHAR* pUserData,DWORDdwUserDataLen);

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 Values

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Halether.h.
Link Library: Hal.lib.

See Also

CallEdbgRecv

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.