Share via


OEMReadData (Windows Embedded CE 6.0)

1/5/2010

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

Syntax

BOOL OEMReadData(
  DWORD cbData,
  LPBYTE pbData
);

Parameters

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

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header blcommon.h
Library blcommon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Tasks

Implementing the Ethernet Controller-Related Functions

Reference

Boot Loader Download Functions

Concepts

BLCOMMON Code Library