Collapse All
Parallels C API Reference Guide
PRL_VM_START_LOGIN_MODE Enumeration
PrlEnums.h PRL_VM Structs

VM start login mode

Syntax
typedef enum _PRL_VM_START_LOGIN_MODE {
  PLM_START_ACCOUNT = 0,
  PLM_ROOT_ACCOUNT = 1,
  PLM_USER_ACCOUNT = 2,
  PLM_START_ACOUNT = PLM_START_ACCOUNT,
  PLM_ROOT_ACOUNT = PLM_ROOT_ACCOUNT,
  PLM_USER_ACOUNT = PLM_USER_ACCOUNT
} PRL_VM_START_LOGIN_MODE;
File
Members

PLM_START_ACOUNT
Obsolete values for compatibility
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!