processor id

  • Thread starter Thread starter Masif
  • Start date Start date
M

Masif

hi,

thank you assistance on unique id
you suggested me a link
http://www.belarc.com/free_download.html to a utility
program to find the unique id of computer

i have downloaded many such utilities like this
and i want to find the unique id of computer eg bios id
ie motherboard id from with in the c++ code or generating
an interrupt
actually i want the sample code

also is the wProcessorRevision parameter of SYSTEM_INFO
structure unique for every two computers?

thank you
 
Google for AIDA32


| hi,
|
| thank you assistance on unique id
| you suggested me a link
| http://www.belarc.com/free_download.html to a utility
| program to find the unique id of computer
|
| i have downloaded many such utilities like this
| and i want to find the unique id of computer eg bios id
| ie motherboard id from with in the c++ code or generating
| an interrupt
| actually i want the sample code
|
| also is the wProcessorRevision parameter of SYSTEM_INFO
| structure unique for every two computers?
|
| thank you
|
 
You might want to post to one of the MS VC++ Programming group for
assistance, as this is a hardware group.
 
Back
Top