Collapse All
Parallels Virtualization SDK
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
© 2021 Parallels International GmbH. All rights reserved.