Collapse All
Parallels Virtualization SDK
PRL_VERSION_ENUM Enumeration
Other Structs

Parallels license versions enumeration.

Syntax
typedef enum _PRL_VERSION_ENUM {
  PRL_VERSION_ANY = 0,
  PRL_VERSION_3X = 1,
  PRL_VERSION_4X = 2,
  PRL_VERSION_5X = 3,
  PRL_VERSION_6X = 4,
  PRL_VERSION_7X = 5,
  PRL_VERSION_8X = 6,
  PRL_VERSION_9X = 7,
  PRL_VERSION_10X = 8,
  PRL_VERSION_11X = 9,
  PRL_VERSION_12X = 10,
  PRL_VERSION_13X = 11,
  PRL_VERSION_1X = 15
} PRL_VERSION_ENUM;
File

PrlEnums.h

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