Win32 version support functions. More...
Functions | |
| bool | IsWithinBounds (const std::wstring &version, const std::wstring &min, const std::wstring &max=L"") |
| Check whether a dotted version string is within min/max bounds. | |
| int | Compare (const std::wstring &left, const std::wstring &right) |
| Compare the two version strings. | |
Win32 version support functions.
| int AppSecInc::Version::Compare | ( | const std::wstring & | left, |
| const std::wstring & | right | ||
| ) |
Compare the two version strings.
| bool AppSecInc::Version::IsWithinBounds | ( | const std::wstring & | version, |
| const std::wstring & | min, | ||
| const std::wstring & | max = L"" |
||
| ) |
Check whether a dotted version string is within min/max bounds.
| © Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |