How to determine device manufacturer/hardware

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello...

Is there a way to read the registry on the device and determine what the
device or manufacturer is? I tried using the Registry stuff with openNetCF
and it sometimes works and sometimes doesn't. I don't know if this is an
issue with the hardware or the OpenNet function.

Is there another solution for this?

thanks
- will
 
No, there is no standard registry info for that. The appropriate mechanism
is to use
SystemParamatersInfo(SPI_OEMINFO,...)
 
Thanks for the suggestion. I just found an article that describes a function
for handling this using the SystemParametersInfo and SPI_GetOEMInfo
- will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top