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