Collapse All
Parallels C API Reference Guide
_PRL_VM_TOOLS_STATE Enumeration
PrlEnums.h Other Structs Send Feedback

Virtual machine tools states enumeration

Syntax
enum _PRL_VM_TOOLS_STATE {
  PTS_UNKNOWN = 0x0,
  PTS_POSSIBLY_INSTALLED = PTS_UNKNOWN,
  PTS_NOT_INSTALLED = 0x1,
  PTS_INSTALLED = 0x2,
  PTS_OUTDATED = 0x3
};
File
Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!