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.
PRL_RESULT PrlVm_FromString( PRL_HANDLE hVm, PRL_CONST_STR vm_config );
PrlApiDeprecated.h
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