Overview

Programming Guide

API Reference

XML Trace File Generation

Generates an XML trace file (for debugging). More...

Functions

A3DVoid A3DDllActivateXMLTrace (A3DBool activate)
 

Detailed Description

Generates an XML trace file (for debugging).

Function Documentation

A3DVoid A3DDllActivateXMLTrace ( A3DBool  activate)

This function generates an XML trace file that lists the HOOPS Exchange functions that are called during a session. A session begins when you call the A3DDllInitialize function and ends when you call the A3DDllTerminate function.

Version
2.0

To activate an XML trace, call this function BEFORE calling any other HOOPS Exchange functions.

Warning
This function may slow down your process. Use XML trace only for debugging.
The XML file produced by this feature can be very large. It includes entries for every COMPONENT_A3D_API function call made during a session.
Note
XML trace file is created in the temporary folder (TEMP for Windows)