Share via


OEMShowProgress (Windows Embedded CE 6.0)

1/5/2010

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

Reference

Boot Loader Download Functions

Concepts

BLCOMMON Code Library