Client can use this method to set user profile XML representation to user profile SDK object This method must be eliminated at Release stage
@param valid PRL_HANDLE @param XML configuration string @return PRL_RESULT.
PRL_RESULT PrlUsrCfg_FromString( PRL_HANDLE hUsrCfg, PRL_CONST_STR sUsrCfg );
PrlApiDeprecated.h
Possible values: PRL_ERR_INVALID_ARG - non valid PHT_USER_PROFILE handle or non valid (NULL) pointer to user profile XML representation string was passed PRL_ERR_SUCCESS - operation successfully completed