Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
_PRL_VM_ACTION_ON_WINDOW_CLOSE Enumeration
Other Structs

Action on VM when VM window gets closed

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

PrlEnums.h

Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!