Share via


IAMSetErrorLog::put_ErrorLog

 
Microsoft DirectShow 9.0

IAMSetErrorLog::put_ErrorLog

The put_ErrorLog method specifies an error log for the object.

Syntax

  HRESULT put_ErrorLog(
    IAMErrorLog *newVal
);

Parameters

newVal

[in] Pointer to the error log's IAMErrorLog interface.

Return Value

Returns S_OK.

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