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
Printable View
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
This question is for VC++ forum... I guess.
However:
Platform SDK helpQuote:
The GetVolumeInformation function retrieves information about a file system and volume whose root directory is specified.
Regards,