![]() |
klMatrix
|
#include "kl_memory.h"#include <fstream>#include <stdio.h>#include <string.h>#include <intrin.h>#include <iostream>#include <comdef.h>#include <Wbemidl.h>#include "tchar.h"#include <Iphlpapi.h>#include <Assert.h>
Macros | |
| #define | _WIN32_DCOM |
Typedefs | |
| typedef BOOL(WINAPI * | LPFN_GLPI )(PSYSTEM_LOGICAL_PROCESSOR_INFORMATION, PDWORD) |
Functions | |
| void | klPrintModules (ofstream &stream) |
| MEMORYSTATUSEX | klWinMemoryInfo (ofstream &stream) |
| bool | klCheckFreeMemory (size_t size) |
| SYSTEM_INFO | klWinSystemInfo (ofstream &stream) |
| DWORD | CountSetBits (ULONG_PTR bitMask) |
| void | klGetLogicalProcessorInformation (ofstream &stream) |
| void | klGetCPUID (ofstream &stream) |
| void | klWMI (ofstream &stream) |
| void | klGetMACaddress (ofstream &stream) |
Variables | |
| const char * | szFeatures [] |
| #define _WIN32_DCOM |
| typedef BOOL(WINAPI * LPFN_GLPI)(PSYSTEM_LOGICAL_PROCESSOR_INFORMATION, PDWORD) |
| DWORD CountSetBits | ( | ULONG_PTR | bitMask | ) |

| bool klCheckFreeMemory | ( | size_t | size | ) |

| void klGetCPUID | ( | ofstream & | stream | ) |

| void klGetLogicalProcessorInformation | ( | ofstream & | stream | ) |


| void klGetMACaddress | ( | ofstream & | stream | ) |

| void klPrintModules | ( | ofstream & | stream | ) |

| MEMORYSTATUSEX klWinMemoryInfo | ( | ofstream & | stream | ) |

| SYSTEM_INFO klWinSystemInfo | ( | ofstream & | stream | ) |

| void klWMI | ( | ofstream & | stream | ) |

| const char* szFeatures[] |
1.8.7