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

Action on VM when VM window gets closed

Syntax
typedef enum _PRL_VM_ACTION_ON_WINDOW_CLOSE {
  PWC_VM_UNKNOWN_ACTION = 0xffff,
  PWC_VM_STOP = 0,
  PWC_VM_SUSPEND = 1,
  PWC_VM_ASK_USER = 2,
  PWC_VM_PAUSE = 3,
  PWC_VM_SHUTDOWN = 4,
  PWC_VM_DO_NOTHING = 5
} PRL_VM_ACTION_ON_WINDOW_CLOSE;
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!