OEMShowProgress (Windows CE 5.0)
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.
void OEMShowProgress(DWORDdwPacketNum);
Parameters
- dwPacketNum
[in] Equal to the packet number currently downloading. Knowing the total number of packets, a download percentage can be computed.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Blcommon.h.
Link Library: Blcommon.lib.
See Also
BLCOMMON Code Library | Adding Support for Download Progress Indication
Send Feedback on this topic to the authors