COM_ENTRY

The COM_ENTRY macro is used at the start of any procedure in which internal tracing is required. It provides an identifier that is used in the trace file to identify all trace calls made from this procedure.

The format of the COM_ENTRY call is as follows:

COM_ENTRY("str");

where str is a string of up to five characters that uniquely identifies this procedure.