OEMReadData
Other versions of this page are also available for the following:
8/27/2008
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