Skip to content

AWEBuildVersionInfo

Build versioning structure returned by awe_getBuildVersionInfo.

#include <Include/AWEInstance.h>

Public Attributes

Name
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.
UINT32 buildNumber
Library build number.

Public Attributes Documentation

variable tuningVer

UINT32 tuningVer;

Tuning version.

variable majorVer

char majorVer;

Major API version (single letter)

variable minorVer

UINT32 minorVer;

Minor API version.

variable procVer

UINT32 procVer;

Processor specific version.

variable hotFixVer

char hotFixVer;

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

If not, 0 is returned

variable buildNumber

UINT32 buildNumber;

Library build number.


Updated on 2026-02-10 at 15:44:28 -0500