Collapse All
Parallels Virtualization SDK
PrlVm_FromString Function
PHT_VIRTUAL_MACHINE

Client can use this method to set VM configuration to VM handle This method must be eliminated at Release stage

@param valid PRL_HANDLE @param XML configuration string @return PRL_RESULT .

Syntax
PRL_RESULT PrlVm_FromString(
    PRL_HANDLE hVm, 
    PRL_CONST_STR vm_config
);
File

PrlApiDeprecated.h

Remarks

Possible values: PRL_ERR_INVALID_ARG - non valid PHT_VIRTUAL_MACHINE handle or non valid (NULL) pointer to VM XML representation string was passed PRL_ERR_SUCCESS - operation successfully completed

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.