Collapse All
Parallels C API Reference
IS_VALID_ANDROID_VERSION Macro
Other Macros
Syntax
#define IS_VALID_ANDROID_VERSION(ver) \
    (((ver) >= PVS_GUEST_VER_ANDROID_2_x &&                            \
      (ver) <= PVS_GUEST_VER_ANDROID_LAST) ||                        \
      (ver) == PVS_GUEST_VER_ANDROID_OTHER)
File

PrlOses.h

Links
Copyright © 1999-2015 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!