AdsVersion
The AdsVersion structure represents the version number, split into version, revision and build number.
struct AdsVersion
{
BYTE version;
BYTE revision;
short build;
};
The AdsVersion structure represents the version number, split into version, revision and build number.
struct AdsVersion
{
BYTE version;
BYTE revision;
short build;
};