Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
IS_WIN_VER_BELOW Macro
Other Macros

PVS_GUEST_VER_WIN_OTHER is used for legacy guest OS (9x and below), but has maximal number 0xFF.

Syntax
#define IS_WIN_VER_BELOW(ver1, ver2) ((ver1 < ver2) || (ver1 == PVS_GUEST_VER_WIN_OTHER))
File

PrlOses.h

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.