Share via


CallEdbgRecv

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function is used by the client to receive data from a KITL transport.

Syntax

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 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

CallEdbgSend