Microsoft DirectX 8.1 (C++) |
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