Collapse All
Parallels C API Reference Guide
_PRL_GUEST_DISTRO_VERSION_ENUM Enumeration
PrlEnums.h 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
};
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!