OEMShowProgress
Other versions of this page are also available for the following:
8/27/2008
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Tasks
Adding Support for Download Progress Indication