IAMSetErrorLog::get_ErrorLog
Microsoft DirectShow 9.0 |
IAMSetErrorLog::get_ErrorLog
The get_ErrorLog method retrieves the current error log for this object.
Syntax
HRESULT get_ErrorLog( IAMErrorLog **pVal );
Parameters
pVal
[out, retval] Address of a pointer that receives the error log's IAMErrorLog interface. If the timeline does not have an error log, the value is set to NULL.
Return Value
Returns S_OK if successful, or E_POINTER otherwise.
Remarks
If the value returned in pVal is not NULL, the IAMErrorLog interface has an outstanding reference count. Be sure to release the interface when you are done using it.
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also