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 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