#include "winternl.h"
Aller au code source de ce fichier.
Composants | |
struct | SYSTEM_BASIC_INFORMATION |
struct | SYSTEM_PERFORMANCE_INFORMATION |
struct | SYSTEM_TIME_INFORMATION |
class | CCpuUsage |
Définitions des macros | |
#define | AFX_GETCPUUSAGE1_H__EB4F7708_88C4_4839_9AA0_6A57E33999B5__INCLUDED_ |
#define | SystemBasicInformation 0 |
#define | SystemPerformanceInformation 2 |
#define | SystemTimeInformation 3 |
#define | Li2Double(x) ((double)((x).HighPart) * 4.294967296E9 + (double)((x).LowPart)) |
Définitions des types | |
typedef LONG(WINAPI * | PROCNTQSI )(UINT, PVOID, ULONG, PULONG) |
|
|
|
|
|
|
|
|
|
|
|
|