*** Translated by a Translator Web ***
Good day for all...
Friends there is form to obtain by means of API the serial of the BIOS and CPU, the serial of makes of the hard disk or rigido, the MAC address of the network card, which I look for is the way to protect the programs that we do, but simultaneously also I look for compatibility with the operating system Windows from 95 to Vista.
Note: That I can do it with WMI but does not work with Win9x nor WinME to where I have read.
Help with API's
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
SET SPANISH
Buen día para todos....
Pregunto, el código fuente de GetNetCardID() viene incluido con FWH?, sino viene que tan factible es que lo proporciones. Se puede usar GetNetCardID() de forma remota, o sea obtener el MAC de otro PC por la red?.
De todas maneras muchas gracias por tu ayuda, seguiré buscando la manera de hacerlo hasta conseguirlo.
Buen día para todos....
Buscando en el foro conseguí el GetNetCardID(), el nSerialHD() devuelve el serial lógico del disco, pero cuando se formatea el disco se pierde por eso necesito el serial de fabrica del disco ya que ese no cambia nunca. Mira este link http://www.azsdk.com/hardwareid.html y veras lo que quiero hacer.Antonio Linares wrote:Antonio,
MsgInfo( "HardDisk serial number: " + Str( nSerialHD() ) )
MsgInfo( GetNetCardID() )
Pregunto, el código fuente de GetNetCardID() viene incluido con FWH?, sino viene que tan factible es que lo proporciones. Se puede usar GetNetCardID() de forma remota, o sea obtener el MAC de otro PC por la red?.
De todas maneras muchas gracias por tu ayuda, seguiré buscando la manera de hacerlo hasta conseguirlo.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: