Share via


EbootEtherReadData

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This function reads the specified number of bytes from an Ethernet controller into the caller-provided buffer.

Syntax

BOOL EbootEtherReadData(
  DWORD cbData,
  LPBYTE pbData
);

Parameters

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

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

You must route the read operation to the correct Ethernet network driver function.

Requirements

Header halether.h
Library hal.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Concepts

Eboot Code Library