Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PRL_VERSION_ENUM Enumeration
Other PRL Structs

Virtuozzo 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_ENUM;
File

PrlEnums.h

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