Virtual machine tools states enumeration
enum _PRL_VM_TOOLS_STATE { PTS_UNKNOWN = 0, PTS_POSSIBLY_INSTALLED = PTS_UNKNOWN, PTS_NOT_INSTALLED = 1, PTS_INSTALLED = 2, PTS_OUTDATED = 3 };
PrlEnums.h
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
|
What do you think about this topic?
Send feedback!
|