OEMReadData (Windows CE 5.0)

Send Feedback

This function reads data from the transport during the download process. It is called by the BLCOMMON framework.

BOOL OEMReadData(DWORDcbData,LPBYTEpbData);

Parameters

  • cbData
    [in] Amount of data, in bytes, to read.
  • pbData
    [out] Pointer to read buffer.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

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

See Also

BLCOMMON Code Library | Implementing the Ethernet Controller-Related Functions | Adding Support for Download Progress Indication

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.