Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
_PRL_APPLICATION_MODE Enumeration
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_WL : SDK should working at Parallels Desktop for Windows/Linux application mode PAM_MOBILE : SDK should work at Parallels Mobile 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 = PAM_DESKTOP_MAC,
  PAM_DESKTOP_WL = 5,
  PAM_MOBILE = 6,
  PAM_LAST = PAM_MOBILE,
  PAM_DESKTOP_STM_OBSOLETE = 4,
  PAM_DESKTOP = PAM_DESKTOP_MAC,
  PAM_WORKSTATION = PAM_WORKSTATION_EXTREME,
  PAM_STM = PAM_DESKTOP_STM_OBSOLETE
};
File

PrlEnums.h

Members

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