程序需要
   请大家帮忙啊!!!!!!!!!!

解决方案 »

  1.   

    The NtQuerySystemInformation function retrieves various kinds of system information. NTSTATUS NtQuerySystemInformation(
      SYSTEM_INFORMATION_CLASS SystemInformationClass,
      PVOID SystemInformation,
      ULONG SystemInformationLength,
      PULONG ReturnLength
    );The GetProcessMemoryInfo function retrieves information about the memory usage of the specified process.
    BOOL GetProcessMemoryInfo(
      HANDLE Process,
      PPROCESS_MEMORY_COUNTERS ppsmemCounters,
      DWORD cb
    );
      

  2.   

    有没有cpu利用率的函数啊
       谢谢
              有没有源码
           我是学生 初学习不懂