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 shows visual information, on an LED, for example, to let users know that the download is in progress. It is called as the download progresses.
Syntax
void OEMShowProgress(
DWORD dwPacketNum
);
Parameters
- dwPacketNum
[in] Equal to the packet number currently downloading. Knowing the total number of packets, a download percentage can be computed.
Return Value
None.
Requirements
Header |
blcommon.h |
Library |
blcommon.lib |