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

Threaded View

  1. #2
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: How to get correct family, model and stepping of CPU

    Perhaps the Windows API returns a somewhat "adjusted" model identifier, maybe to circumvent problems with (whatever) certain software? In this case I'd suppose the identifier obtained via the assembly method to be the correct one, at least when it comes to the real hardware.

    Ah, and... Welcome to CodeGuru!
    Last edited by Eri523; June 22nd, 2011 at 02:31 PM.
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

Tags for this Thread

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