Trace_new

Creates a new trace instance with the passed identifying label.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 Trace * IFAPI Trace_new ( 
    const char   *identifier);
 

Parameters

identifier
(IN) Points to a string that will appear at start of each trace message.

Return Values

Returns a pointer to the trace instance.

Remarks

This method .