Collapse All
Parallels C API Reference Guide
_PRL_VM_STOP_FLAGS Enumeration
PrlCommandsFlags.h PRL_VM Structs

Virtual machine shutdown options.

Syntax
enum _PRL_VM_STOP_FLAGS {
  PSF_FORCE = 1<<(PACF_MAX+1),
  PSF_NOFORCE = 1<<(PACF_MAX+2)
};
File
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-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!