Microsoft DirectX 8.1 (C++)

IAMSetErrorLog Interface

The IAMSetErrorLog interface sets or retrieves an error log in DirectShow Editing Services (DES). The timeline object implements this interface. Applications can use this interface to log rendering errors at run time. Implement the IAMErrorLog interface in your application, and then call the IAMSetErrorLog::put_ErrorLog method on the timeline.

For more information on using this interface, see Logging Errors.

Requirements

Requires Qedit.h.

In addition to the methods inherited from IUnknown, the IAMSetErrorLog interface exposes the following methods.

Method Description
get_ErrorLog Retrieves the current error log for this object.
put_ErrorLog Specifies an error log for the object.