CRgProcessor::ProcessData

boolCRgProcessor::ProcessData(const CRgString&strData)

Call this function to perform the actual scan. Be sure to call  Compile before you call this function.

Defined in: rgprocess.cpp

Parameters

strData

The data that will be scanned. CRgString is a typedef for std::string or wstring.

See Also

Compile