How to retrieve manufacturer name , model and name network provider of a windows mobile device
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I want to make an application which can retrieve the network provider, manufacturer name and model name of the device. Is there any way to do that
I'm not sure how to get the network provider, but the SystemParametersInfo[^] function, when you give it the correct parameters, will retrieve the other information that you need. For example, use SPI_GETPLATFORMMANUFACTURER to get the manufacturer's name. Hope that's a helpful starting point!