SetMatchParameter Data Member Function

Sets a match parameter at the specified index.

Prototype

int32 SetMatchParameter( int32 p_nIndex, int32 p_eMatchParam, int32 p_bValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the match parameter set containing the value you wish to set.
int32p_eMatchParamThe specific match parameter you wish to set. Please see SamplerMatchParams in TYPE_SERVICE_ENUMERATION_UTIL.SSL for more information.
int32p_bValueAn <int32> where zero means that parameter does not need to match, and non-zero means the parameter must match.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.