Click to See Complete Forum and Search --> : how to find IPaddress/HardDisk serial number


loginvijay
July 12th, 2002, 12:22 AM
hi,
iam looking for some info to find the IP address / volume number of the hard disk on which my application is running.
This i have to get from a c++ program.

guide me how can i get this system hardware info.

Thanks in advance

vijay

zdf
July 12th, 2002, 07:15 AM
This question is for VC++ forum... I guess.
However:

The GetVolumeInformation function retrieves information about a file system and volume whose root directory is specified. Platform SDK help

Regards,