Hi, I'm developing in Visual C++, I need to know the version of Windows
Mobile which it is installed in the PDA(for example, windows MObile 2003 or
W. Mobile 2003 second edition). With Which function can I do that??

Thank you.

Re: Version of Windows Mobile by r_z_aret

r_z_aret
Fri Dec 03 11:38:23 CST 2004

On Fri, 3 Dec 2004 08:01:02 -0800, "iLLiDaN"
<iLLiDaN@discussions.microsoft.com> wrote:

>Hi, I'm developing in Visual C++, I need to know the version of Windows
>Mobile which it is installed in the PDA(for example, windows MObile 2003 or
>W. Mobile 2003 second edition). With Which function can I do that??
>
>Thank you.

Check the GetVersionEx function. For more info, use google and/or MSDN
Library (AKA Help). I recommend using google to find threads that
describe alternates, because many/most folks who _think_ they need
such info really need a whole different approach to solving their
problem.

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com

Re: Version of Windows Mobile by iLLiDaN

iLLiDaN
Fri Dec 03 17:19:01 CST 2004

Ok, it'is what i'm lookin for. Thankss!


"r_z_aret@pen_fact.com" wrote:

> On Fri, 3 Dec 2004 08:01:02 -0800, "iLLiDaN"
> <iLLiDaN@discussions.microsoft.com> wrote:
>
> >Hi, I'm developing in Visual C++, I need to know the version of Windows
> >Mobile which it is installed in the PDA(for example, windows MObile 2003 or
> >W. Mobile 2003 second edition). With Which function can I do that??
> >
> >Thank you.
>
> Check the GetVersionEx function. For more info, use google and/or MSDN
> Library (AKA Help). I recommend using google to find threads that
> describe alternates, because many/most folks who _think_ they need
> such info really need a whole different approach to solving their
> problem.
>
> -----------------------------------------
> To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
>
> Robert E. Zaret, eMVP
> PenFact, Inc.
> 500 Harrison Ave., Suite 3R
> Boston, MA 02118
> www.penfact.com
>