CPU Temperature

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • News VS.NET \( MS ILM \)

    CPU Temperature

    Hello,

    How can I call some API to get the CPU Temperature

    Thanks


  • Eric Christoffersen [VCPP MSFT]

    #2
    RE: CPU Temperature

    You'll need code to communicate with your motherboard. This code and an api may be provided by your motherboard
    manufacturer.

    Eric Christoffersen
    Microsoft Visual C++

    | How can I call some API to get the CPU Temperature



    Comment

    • Jochen Kalmbach

      #3
      Re: CPU Temperature

      Mr.Tickle wrote:
      [color=blue]
      > page not found[/color]

      You have to take care about the url-wrapping!!!!

      --
      Greetings
      Jochen

      Do you need a memory-leak finder ?

      Comment

      • News VS.NET \( MS ILM \)

        #4
        Re: CPU Temperature

        Not supported in .NET WMI class yet.

        "Jochen Kalmbach" <nospam-Jochen.Kalmbach @holzma.de> wrote in message
        news:Xns93E2D4D 56413CnospamJoc henKalmbach@207 .46.248.16...[color=blue]
        > News VS.NET ( MS ILM ) wrote:
        >[color=green]
        > > How can I call some API to get the CPU Temperature[/color]
        >
        > WMI SDK, especially: Win32_Temperatu reProbe
        >
        > http://msdn.microsoft.com/library/en...isdk/wmi/win32
        > _temperaturepro be.asp
        >
        > --
        > Greetings
        > Jochen
        >
        > Do you need a memory-leak finder ?
        > http://www.codeproject.com/useritems/leakfinder.asp[/color]


        Comment

        Working...