I am developing a mobile application that runs on both SmartPhone and PocketPC. I have a PC based management app that needs to load software and configure the mobile application for each platform differently.
ActiveSync 4.2 seems able to identify if a SmartPhone or PocketPC is connected but RAPI does not appear capable of returning this information. I see that other people have also struggled with the same problem. Can anyone help
I have seen the blurbs about having common binaries for the two platforms but I don't think that is going to work for my case.
thanks,
KevinBase

How can RAPI detect SmartPhone vs PocketPC
Lino!
Hi Kevin
The RAPI2 Interface IRAPIDevice provides a way to identify a connected device.
See here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/wce51lrfIRAPIDeviceGetDeviceInfo.asp
Let me know if this helps
Michael