DownloadStatusMsg::GetPercentageString

Windows CE 5.0 Not SupportedWindows Embedded NavReady 2009 Supported

10/16/2008

This protected method returns a human-readable string that indicates the percentage of up-to-date data downloaded to the MSN Direct receiver for the specified download channel.

Syntax

void GetPercentageString(
  TCHAR *Buf,
  int Len,
  BYTE Value
);

Parameters

  • Buf
    [in/out] Character string that on return contains the download status for the item in Value.
  • Len
    [in] Specifies the length of the Buf character string.
  • Value
    [in] BYTE value that indicates the download channel. It can be one of the following constants:

    • Overall
    • GasChannel
    • MovieChannel
    • Weather
    • Traffic

Return Value

None.

Remarks

The download status refers to the process of downloading up-to-date data from the Microsoft DirectBand wireless datacasting network to the MSN Direct receiver through various channels.

Requirements

Header DBRLib.h
Library DBRLib.lib
Windows Embedded CE Windows CE 5.0, Windows Embedded NavReady 2009

See Also

Reference

DownloadStatusMsg Class
MSN Direct Services Classes