AAFA Developer Support

Public Member Functions
IAAFDiagnosticOutput Interface Reference

This interface is used by AAF Toolkit as an output stream to which it writes diagnostic messages. More...

List of all members.

Public Member Functions

HRESULT PutString ([in, string] aafCharacter_constptr pString)
 This method is called by the AAF toolkit to write a string to this diagnostic output.

Detailed Description

This interface is used by AAF Toolkit as an output stream to which it writes diagnostic messages.

AAF Toolkit clients can create their own implementation of this interface The default implementation of AAFDiagnosticOutput is a wrapper for the standard error stream (stderr).

In addition to the specific error results listed for each method, all methods in this interface may also return one of the following values:

AAFRESULT_NOMEMORY

Definition at line 41685 of file AAF.idl.


Member Function Documentation

HRESULT IAAFDiagnosticOutput::PutString ( [in, string] aafCharacter_constptr  pString)

This method is called by the AAF toolkit to write a string to this diagnostic output.

Parameters:
pString[in, string] string to print out

Generated on Wed Jul 4 2012 22:13:27 for AAF COM API by doxygen 1.7.4