DynamoRIO API
_dr_os_version_info_t Struct Reference

#include <dr_tools.h>

Data Fields

size_t size
 
dr_os_version_t version
 
uint service_pack_major
 
uint service_pack_minor
 

Detailed Description

Data structure used with dr_get_os_version()

Field Documentation

◆ service_pack_major

uint _dr_os_version_info_t::service_pack_major

The service pack major number

◆ service_pack_minor

uint _dr_os_version_info_t::service_pack_minor

The service pack minor number

◆ size

size_t _dr_os_version_info_t::size

The size of this structure. Set this to sizeof(dr_os_version_info_t).

◆ version

dr_os_version_t _dr_os_version_info_t::version

The operating system version


The documentation for this struct was generated from the following file: