Collapse All
Parallels C API Reference Guide
_PRL_APPLICATION_MODE Enumeration
PrlEnums.h Other Structs

Parallels application mode in which SDK should work PAM_SERVER : SDK should working at Parallels Service application mode PAM_DESKTOP_MAC : SDK should working at Parallels Desktop for Mac application mode PAM_WORKSTATION_EXTREME : SDK should working at Parallels Workstation Extreme application mode PAM_PLAYER : SDK should working at Parallels Player application mode (not supported) PAM_DESKTOP_STM : SDK should working at Parallels STM application mode PAM_DESKTOP_WL : SDK should working at Parallels Desktop for Windows/Linux application mode

Syntax
enum _PRL_APPLICATION_MODE {
  PAM_UNKNOWN = 0xffff,
  PAM_SERVER = 0,
  PAM_DESKTOP_MAC = 1,
  PAM_WORKSTATION_EXTREME = 2,
  PAM_PLAYER = 3,
  PAM_DESKTOP_STM = 4,
  PAM_DESKTOP_WL = 5,
  PAM_LAST = PAM_DESKTOP_WL,
  PAM_DESKTOP = PAM_DESKTOP_MAC,
  PAM_WORKSTATION = PAM_WORKSTATION_EXTREME,
  PAM_STM = PAM_DESKTOP_STM
};
File
Members

PAM_LAST
PAM_LAST should be always last entry in enum !
PAM_DESKTOP
OBSOLETE CONSTANTS (for compatibility only)
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!