Share via


OEMReadData

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

BOOL OEMReadData(
  DWORD cbData,
  LPBYTE pbData
);

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.