Manual

35
FireInspector Automation User’s Manual
CATC Version 1.0
2.4.5 ITrace::Close
Closes the trace.
Syntax
HRESULT Close ( );
Parameters
Return values
Remarks
Closes current trace, do not releases interface pointer. Call IUnknown::Release
method right after this method call. No one ITrace method call will succeeded after call-
ing ITrace::Close
method.
(Currently there is no need to call ITrace::Close directly since IUn-
known::Release will close the trace.)
Example