Collapse All
Parallels C API Reference Guide
_PRL_VM_STOP_FLAGS Enumeration
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

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
What do you think about this topic? Send feedback!