Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlVmCfg_IsConfigInvalid Function
PHT_VM_CONFIGURATION

The PrlVmCfg_IsConfigInvalid function is used to check the

  • error code of PrlVmCfg_GetConfigValidity function that
  • indicates the invalid status of the config:
  • config doesn't exist, parsing error, invalid server uuid,
  • invalid VM uuid.
  • Parameters
  • nErrCode : The nErrCode value from PrlVmCfg_GetConfigValidity ()
  • pbInvalid : [out] validity sign.
Syntax
PRL_RESULT PrlVmCfg_IsConfigInvalid(
    PRL_RESULT nErrCode, 
    PRL_BOOL_PTR pbInvalid
);
File

PrlApiVm.h

Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!