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

Virtual machine tools states enumeration

Syntax
enum _PRL_VM_TOOLS_STATE {
  PTS_UNKNOWN = 0,
  PTS_POSSIBLY_INSTALLED = PTS_UNKNOWN,
  PTS_NOT_INSTALLED = 1,
  PTS_INSTALLED = 2,
  PTS_OUTDATED = 3
};
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!