is_admin_e is_admin
does the process have administrator privileges
Definition: system-info.h:94
char * arch_name
name of the architecture
Definition: system-info.h:88
char * bios_name(bios_type_e b)
determines the name of the given BIOS type
Definition: system-info.c:193
architecture_e arch
the architecture
Definition: system-info.h:86
version_e version
the windows version
Definition: system-info.h:82
sys_info_t * get_system_info()
returns info about the system
Definition: system-info.c:204
char * bios_name
name of the type of BIOS
Definition: system-info.h:92
bios_type_e is_bios
the type of BIOS
Definition: system-info.h:90
char * family_name(family_e f)
determines the name of the given windows family
Definition: system-info.c:169
char * version_name(version_e v)
determines the name of the given windows version
Definition: system-info.c:140
relevant info about the system
Definition: system-info.h:76
char * family_name
name of the windows version family
Definition: system-info.h:80
char * arch_name(architecture_e a)
determines the name of the given architecture
Definition: system-info.c:182
void free_sys_info(sys_info_t *info)
frees memory used by a sys_info_t
Definition: system-info.c:226
char * version_name
name of the windows version
Definition: system-info.h:84
family_e family
the windows version family
Definition: system-info.h:78