Get param token by index
@param valid PRL_HANDLE @param index of parameter @param pointer to a command specific object that contains parameter value @return PRL_RESULT.
PRL_RESULT PrlResult_GetParamToken( PRL_HANDLE hResult, PRL_UINT32 index, PRL_VOID_PTR_PTR data_ptr );
PrlApiDeprecated.h
Possible values: PRL_ERR_INVALID_ARG - non valid PHT_RESULT handle or non valid (NULL) pointer for storing result or non valid index was passed PRL_ERR_SUCCESS - operation successfully completed