PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → API for retrieving system information   WD20
API for retrieving system information WD20
Débuté par Sara Joy, 02 mai 2016 10:28 - 3 réponses
Posté le 02 mai 2016 - 10:28
Hi all,

Do any one knows the API function and corresponding dll for retrieving the system information like harddisk serial no?

Highly appreciated if anyone knows..Thanks in advance
Posté le 02 mai 2016 - 22:40
Hello Sara

The fDriveInfo() function will give you the serial number assigned to a disk when it is formatted.

There are a large number of functions to return system information to you. They are grouped with a prefix of "Sys" Look up "System" in the help


Regards
Al
Posté le 03 mai 2016 - 08:09
Hi Sara, just have a look at

http://27130.foren.mysnip.de/read.php…
Posté le 03 mai 2016 - 10:05
Hi..,

Thank you soo much Mr. Al..

Your tip worked out well..

One more thing to share is : The function fDriveInfo() returns a Serial No which is not same as the one seen in the Syestem information..If we convert the returned value to Hexadecimal,we wil get the Serial no which is same as provided by the system....

Also Thank u Mr.Guenter for sharing information..

Regards Sara