Function FFTraceError

FastFind

Function Reference

FFTraceError

Inserts an error message into the DLL's debug channels.

FFTraceError ( "DebugString" )

 

Parameters

DebugString Error message to insert into debug channels.

 

Return Value

None.

 

Remarks

This works similar to FFTrace, however it will be treated as an error and appear in a MessageBox. The debug channels where this message appears will depend on the current debug mode.

 

Related

FFSetDebugMode, FFTrace, FFGetLastError