Share via


EbootEtherReadData (Windows CE 5.0)

Send Feedback

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

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 Values

TRUE indicates success. FALSE indicates failure.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Halether.h.
Link Library: Hal.lib.

See Also

Eboot Code Library

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.