prResetProfilerQueryParser
Name
prResetProfilerQueryParser
Synopsis
void prResetProfilerQueryParser(ProfilingEngineT ProfilingEngine, StatusCodeT *Status)
Arguments
ProfilingEngine:
The profiling object you created with prCreateProfilingEngine.
Status:
A pointer to a value of type StatusCodeT representing any error
conditions.
Returns
Nothing.
Status is set to a value letting you know
if an error condition took place.
Description
prResetProfilerQueryParser() clears all preloaded queries. This means that any queries, concepts and other loaded information is removed. You may wish to do this if you have different profiles which utilize similar named concepts.
If you wish to retain your preloaded queries but simply profile new documents call prResetProfiler.
See Also
prResetProfilier