|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "InfoLoader.h"#include "jobs/Job.h"#include "settings/ISubSettings.h"#include <string>#include <vector>Classes | |
| class | CSysData |
| class | CSysInfoJob |
| class | CSysInfo |
Macros | |
| #define | KB (1024) |
| #define | MB (1024*KB) |
| #define | GB (1024*MB) |
| #define | TB (1024*GB) |
| #define | MAX_KNOWN_ATTRIBUTES 46 |
| #define | REG_CURRENT_VERSION L"Software\\Microsoft\\Windows NT\\CurrentVersion" |
Variables | |
| CSysInfo | g_sysinfo |
| #define GB (1024*MB) |
| #define KB (1024) |
| #define MAX_KNOWN_ATTRIBUTES 46 |
| #define MB (1024*KB) |
| #define REG_CURRENT_VERSION L"Software\\Microsoft\\Windows NT\\CurrentVersion" |
| #define TB (1024*GB) |
|
extern |