Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
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
Reference
Boot Loader Ethernet Controller Functions