EbootEtherReadData (Windows CE 5.0)
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
Send Feedback on this topic to the authors