Collapse All
Parallels Virtualization SDK
_PRL_VM_STOP_FLAGS Enumeration
PRL_VM__

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
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.