Collapse All
Parallels C API Reference Guide
IS_VALID_CHROMEOS_VERSION Macro
PrlOses.h Other Macros
Syntax
#define IS_VALID_CHROMEOS_VERSION(ver) \
    (((ver) >= PVS_GUEST_VER_CHROMEOS_1x &&                            \
      (ver) <= PVS_GUEST_VER_CHROMEOS_LAST) ||                        \
      (ver) == PVS_GUEST_VER_CHROMEOS_OTHER)
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!