This interface is used by AAF Toolkit as an output stream to which it writes diagnostic messages. More...
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. |
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
HRESULT IAAFDiagnosticOutput::PutString | ( | [in, string] aafCharacter_constptr | pString | ) |
This method is called by the AAF toolkit to write a string to this diagnostic output.
pString | [in, string] string to print out |