Collapse All
Parallels C API Reference Guide
PRL_VM_TOOLS_STATE Enumeration
PrlEnums.h PRL_VM Structs

Virtual machine tools states enumeration

Syntax
typedef enum _PRL_VM_TOOLS_STATE {
  PTS_UNKNOWN = 0x0,
  PTS_POSSIBLY_INSTALLED = PTS_UNKNOWN,
  PTS_NOT_INSTALLED = 0x1,
  PTS_INSTALLED = 0x2,
  PTS_OUTDATED = 0x3
} PRL_VM_TOOLS_STATE;
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!