CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2001
    Location
    San Jose, CA, US
    Posts
    2

    CPU type and DMA mode

    How can I detect what kind of CPU people are using, and the CPU's speed? How to detect whether the system DMA is on? Thank you very much.

    Remember to fulfill the promise you made to yourself.

  2. #2
    Join Date
    Dec 2001
    Posts
    5

    Re: CPU type and DMA mode

    hi!

    If u want to find out this info. for Windows NT/2000/XP systems then u can use Win32_Processor WMI class which contains all the processor info. On Windows 9x u can scan the registry of the system to find out this info.

    Though u have put this question in c++ non visual section I hope it might help you.

    Regards,
    Jasjeet

    Programmer

  3. #3
    Join Date
    May 2005
    Posts
    4

    Re: CPU type and DMA mode

    Hi guys,

    I'm also interested in getting DMA mode expecially Current Transfer Mode. Is this possible with WMI?

    Cheers
    Deno

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