Microsoft DirectX 9.0 |
The SetSink method sets an external quality manager. This method implements the IQualityControl::SetSink method.
Syntax
HRESULT SetSink(
IQualityControl *piqc
);
Parameters
piqc
Pointer to the IQualityControl interface of the quality manager.
Return Value
Returns S_OK.
Remarks
Call this method to redirect quality-control messages to an external quality manager. For more information, see Quality-Control Management.
See Also