Hi,

Is there a way to retrieve the ROM version programatically?

There is a way to retrieve the OS version GetVersionEx(), but i am
specifically looking for an API or a method by which i can get the "Software
version" or "ROM version" in Pocket PC and smartphone.

Thanks.

Re: Retrieving ROM version WM5 by Michael

Michael
Thu Sep 14 08:59:23 CDT 2006

Software version of? The OS? You have OSVERSIONINFO in front of you, which
includes the build number.

Version of PocketPC / Smartphone? Like Smartphone 2003 or Smartphone 2003
SE or WinMo 5? I think most programmers derive that from the OSVERSIONINFO.
Some use SystemParametersInfo(SPI_GETPLATFORMTYPE) to get additional info
(e.g. is it a Pocket PC or a Smartphone).

What do you need with whatever version number you are looking for?

--
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com


"Prashant" <prashant@xxxxxxxxxxxxxxxxxxxxx.com> wrote in message
news:eWCgVAA2GHA.324@TK2MSFTNGP05.phx.gbl...
> Hi,
>
> Is there a way to retrieve the ROM version programatically?
>
> There is a way to retrieve the OS version GetVersionEx(), but i am
> specifically looking for an API or a method by which i can get the
> "Software
> version" or "ROM version" in Pocket PC and smartphone.
>
> Thanks.
>
>