OEMReadData (Windows CE 5.0)
This function reads data from the transport during the download process. It is called by the BLCOMMON framework.
BOOL OEMReadData(DWORDcbData,LPBYTEpbData);
Parameters
- cbData
[in] Amount of data, in bytes, to read. - pbData
[out] Pointer to read buffer.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Blcommon.h.
Link Library: Blcommon.lib.
See Also
BLCOMMON Code Library | Implementing the Ethernet Controller-Related Functions | Adding Support for Download Progress Indication
Send Feedback on this topic to the authors