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

Thread: system info

  1. #1
    Join Date
    Sep 1999
    Location
    Romania
    Posts
    35

    system info

    Hi!
    Could somebody tell me how can I find the exact type and speed (n x bus_frequency) of the processor? I saw a posted class for this, but the Windows registry not always has all these informations; probably must search in bios (CPUID could help but it's not all). I need something like "CyrixInstead 686MX 266MHz"


    varadii

  2. #2
    Guest

    Re: system info

    Hi

    Did you try with GetSystemInfo

    Sincerely Laurent


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