Microsoft DirectX 9.0 |
The GetStatus method determines whether quality control is active.
Syntax
HRESULT GetStatus(
DWORD *pdwFlags
);
Parameters
pdwFlags
[out] Pointer to a variable that receives the quality control status. If quality control is disabled, the value is zero. If quality control is enabled, the value is DMO_QUALITY_STATUS_ENABLED.
Return Value
Returns an HRESULT value. Possible values include those in the following table.
Return Code | Description |
E_POINTER | NULL pointer value |
S_OK | Success |
See Also