OEMShowProgress
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 is progressing.
void OEMShowProgress(
DWORD dwPacketNum
);
Parameters
- dwPacketNum
[in] Equal to the packet number currently being downloaded. 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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.