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.
10/16/2014
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 |