CallEdbgRecv (Windows CE 5.0)
This function is used by the client to receive data from a KITL transport.
BOOL CallEdbgRecv(UCHARId,UCHAR* pRecvBuf,DWORD* pdwLen,DWORDTimeout);
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
Send Feedback on this topic to the authors