CallEdbgRecv
This function is used by the client to receive data from a KITL transport.
BOOL CallEdbgRecv(
UCHAR Id,
UCHAR* pRecvBuf,
DWORD* pdwLen,
DWORD Timeout
);
Parameters
- Id
[in] Specifies the client identifier. - pRecvBuf
[in] Pointer to the buffer that will receive the data from a device. - pdwLen
[in] Pointer to a DWORD that is set to the size of the buffer, in bytes. - Timeout
[in] Specifies the amount of time, in milliseconds, before the receive operation fails.
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.