Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
_PRL_GUEST_DISTRO_VERSION_ENUM Enumeration
Other Structs

Windows installation distributive type.

Syntax
enum _PRL_GUEST_DISTRO_VERSION_ENUM {
  PGD_UNKNOWN = 0,
  PGD_WINDOWS_VISTA = 1,
  PGD_WINDOWS_XP = 2,
  PGD_WINDOWS_XP_32 = PGD_WINDOWS_XP,
  PGD_WINDOWS_XP_64 = 3,
  PGD_WINDOWS_VISTA_32 = PGD_WINDOWS_VISTA,
  PGD_WINDOWS_VISTA_64 = 4,
  PGD_WINDOWS_10_32 = 5,
  PGD_WINDOWS_10_64 = 6
};
File

PrlEnums.h

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