Determine information about the system. More...
Go to the source code of this file.
Data Structures | |
struct | sys_info_t |
relevant info about the system More... | |
Functions | |
char * | version_name (version_e v) |
determines the name of the given windows version More... | |
char * | family_name (family_e f) |
determines the name of the given windows family More... | |
char * | arch_name (architecture_e a) |
determines the name of the given architecture More... | |
char * | bios_name (bios_type_e b) |
determines the name of the given BIOS type More... | |
sys_info_t * | get_system_info () |
returns info about the system More... | |
void | free_sys_info (sys_info_t *info) |
frees memory used by a sys_info_t | |
Determine information about the system.
char* arch_name | ( | architecture_e | a | ) |
determines the name of the given architecture
a | the architecture |
char* bios_name | ( | bios_type_e | b | ) |
determines the name of the given BIOS type
b | the BIOS type |
char* family_name | ( | family_e | f | ) |
determines the name of the given windows family
f | the windows family |
sys_info_t* get_system_info | ( | ) |
returns info about the system
char* version_name | ( | version_e | v | ) |
determines the name of the given windows version
v | the windows version |