TransportRecv (Windows CE 5.0)

Send Feedback

This function is used by KITL protocol to receive a frame of data from the transport.

BOOL TransportRecv(LPBYTEpbBuffer,PUSHORTpcbBuffer);

Parameters

  • pbBuffer
    [in] Pointer to a buffer used to receive the data from the transport.
  • pcbBuffer
    [in] Set to the size of the buffer when called and then reset by the KITL transport to the size of data written to the pbBuffer buffer.

Return Values

If the receive is successful, TRUE is returned; otherwise, FALSE is returned.

Remarks

TransportRecv should not be called directly by the OEM. Assign TransportRecv to the pfnRecv member of KITLTRANSPORT during OEMKitlInit.

Requirements

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

See Also

KITLTRANSPORT | OEMKitlInit

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.