AWE Core 8.D.9 Documentation
Data Fields
AWEBuildVersionInfo Struct Reference

Build versioning structure returned by awe_getBuildVersionInfo. More...

#include <Include/AWEInstance.h>

Data Fields

UINT32 tuningVer
 Tuning version.
 
char majorVer
 Major API version (single letter)
 
UINT32 minorVer
 Minor API version.
 
UINT32 procVer
 Processor specific version.
 
char hotFixVer
 Hot fix version, if the build is a hot fix release. More...
 
UINT32 buildNumber
 Library build number.
 

Detailed Description

Build versioning structure returned by awe_getBuildVersionInfo.

Examples
LinuxApp.c.

Field Documentation

◆ hotFixVer

char AWEBuildVersionInfo::hotFixVer

Hot fix version, if the build is a hot fix release.

If not, 0 is returned

Examples
LinuxApp.c.

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