Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PRL_VM_STOP_FLAGS Enumeration
PRL_VM Structs

Virtual machine shutdown options.

Syntax
typedef enum _PRL_VM_STOP_FLAGS {
  PSF_FORCE = 1<<(PACF_MAX+1),
  PSF_NOFORCE = 1<<(PACF_MAX+2)
} PRL_VM_STOP_FLAGS;
File

PrlCommandsFlags.h

Remarks
  • PSF_FORCE : forcibly stop the virtual machine if shutdown timed out.
  • PSF_NOFORCE : do nothing if the virtual machine shutdown timed out.
Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!