Collapse All
Parallels Virtualization SDK
PRL_VM_DEBUGGER_STATE Enumeration
PRL_VM__

VM debugger states

Syntax
typedef enum _PRL_VM_DEBUGGER_STATE {
  PVMD_SERVER_DISABLED = 0,
  PVMD_SERVER_ENABLED = 1,
  PVMD_CLIENT_DETACHED = PVMD_SERVER_ENABLED,
  PVMD_GUEST_RUNNING = 2,
  PVMD_GUEST_STOPPED = 3
} PRL_VM_DEBUGGER_STATE;
File

PrlEnums.h

Members

PVMD_SERVER_DISABLED
debug server is disabled
PVMD_SERVER_ENABLED
debug server is enabled (no clients attached)
PVMD_CLIENT_DETACHED
client detached (alias for server enabled)
PVMD_GUEST_RUNNING
client attached, guest is running
PVMD_GUEST_STOPPED
client attached, guest is stopped
Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.