Client can use this method to get VM configuration from VM handle as XML string This method must be eliminated at Release stage
@param valid PRL_HANDLE @param XML configuration string @return PRL_RESULT.
PRL_RESULT PrlVm_ToString( PRL_HANDLE hVm, PRL_VOID_PTR_PTR vm_config );
PrlApiDeprecated.h
Possible values: PRL_ERR_INVALID_ARG - non valid PHT_VIRTUAL_MACHINE handle or non valid (NULL) pointer to storing result was passed PRL_ERR_SUCCESS - operation successfully completed