Trace_destroy

Destroys the trace instance created with the Trace_new method.

Syntax

C++

 #include "InterfaceFactory.h"
 
 DIRXML_EXPORT 
 void * IFAPI Trace_destroy ( 
    Trace   *trace);
 

Parameters

trace
(IN) Points to the trace instance to destroy.

Return Values

Returns a pointer to the trace instance.