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

Parallels application mode in which SDK should work PAM_SERVER : SDK should working at Parallels Service application mode PAM_DESKTOP : SDK should working at Parallels Desktop application mode PAM_WORKSTATION : SDK should working at Parallels Workstation application mode PAM_PLAYER : SDK should working at Parallels Player application mode (not supported) PAM_STM : SDK should working at Parallels STM application mode

Syntax
enum _PRL_APPLICATION_MODE {
  PAM_UNKNOWN = 0xffff,
  PAM_SERVER = 0,
  PAM_DESKTOP = 1,
  PAM_WORKSTATION = 2,
  PAM_PLAYER = 3,
  PAM_STM = 4
};
File
Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!