Microsoft DirectX 8.1 (C++)

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.

See Also