Client can use this method to get dispatcher configuration from disp config 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 PrlDispCfg_ToString( PRL_HANDLE hDispCfg, PRL_VOID_PTR_PTR pDispCfg );
PrlApiDeprecated.h
Possible values: PRL_ERR_INVALID_ARG - non valid PHT_DISP_CONFIG handle or non valid (NULL) pointer to storing result was passed PRL_ERR_SUCCESS - operation successfully completed