Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PRL_VM_COLOR Enumeration
PRL_VM Structs

VM colors

Syntax
typedef enum _PRL_VM_COLOR {
  PVC_COLOR_RED = 0x00FA645A,
  PVC_COLOR_ORANGE = 0x00F6AA44,
  PVC_COLOR_YELLOW = 0x00EFDB47,
  PVC_COLOR_GREEN = 0x00B4D747,
  PVC_COLOR_BLUE = 0x005AA3FF,
  PVC_COLOR_PURPLE = 0x00C08ED8,
  PVC_COLOR_GREY = 0x00808080,
  PVC_NO_COLOR = 0x00000000
} PRL_VM_COLOR;
File

PrlEnums.h

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