CallEdbgSend
This function is called to send data over a KITL transport.
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 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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.