#include <dr_tools.h>
Data Fields | |
size_t | size |
dr_os_version_t | version |
uint | service_pack_major |
uint | service_pack_minor |
uint | build_number |
char | release_id [64] |
char | edition [64] |
Data structure used with dr_get_os_version()
uint _dr_os_version_info_t::build_number |
The build number.
char _dr_os_version_info_t::edition[64] |
The edition (such as "Education" or "Professional").
char _dr_os_version_info_t::release_id[64] |
The release identifier (such as "1803" for a Windows 10 release).
uint _dr_os_version_info_t::service_pack_major |
The service pack major number
uint _dr_os_version_info_t::service_pack_minor |
The service pack minor number
size_t _dr_os_version_info_t::size |
The size of this structure. Set this to sizeof(dr_os_version_info_t).
dr_os_version_t _dr_os_version_info_t::version |
The operating system version