prSetParams
Name
prSetParams
Synopsis
void prSetParams( ProfilingEngineT ProfilingEngine,
int Param, void *ParameterValue )
Arguments
ProfilingEngine:
The profiling object you created with prCreateProfilingEngine.
Param:
an integer representing the type of parameter you wish to set.
ParameterValue: a
pointer to the data for the parameter type you are modifying
Returns
Nothing
Description
To set options for the Profiling Engine
SDK you call prSetParams(). For now there is only one parameter
that you can modify.
prSetMaxTerms
When you call prSetParams() with this parameter
type pass a pointer to the maximum number of unique words you
will be indexing as ParameterValue. This allows you to make the
Profiling Engine more efficient in its use of memory.
In future releases more features will be
available for control via prSetParams(). You should call prSetParams()
after calling prCreateProfilingEngine().
See Also
prCreateProfilingEngine, prDeleteProfilingEngine