Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
_PRL_VM_START_LOGIN_MODE Enumeration
PRL_VM Structs

VM start login mode

Syntax
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
};
File

PrlEnums.h

Members

PLM_START_ACOUNT
Obsolete values for compatibility

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.