CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Posts
    1

    Lightbulb how to find IPaddress/HardDisk serial number

    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

  2. #2
    Join Date
    Jun 2002
    Posts
    224

    Re: how to find IPaddress/HardDisk serial number

    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,
    ZDF

    What is good is twice as good if it's simple.
    "Make it simple" is a complex task.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured