Collapse All
Parallels Virtualization SDK
PrlDispCfg_FromString Function
PHT_DISP_CONFIG

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

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

Syntax
PRL_RESULT PrlDispCfg_FromString(
    PRL_HANDLE hDispCfg, 
    PRL_CONST_STR sDispCfg
);
File

PrlApiDeprecated.h

Remarks

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

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