次の方法で共有


OEMShowProgress (Compact 2013)

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

See Also

Reference

Boot Loader Download Functions