Microsoft DirectX 9.0 |
The get_AntiClogControl method determines whether the anti-headclog control is enabled or disabled.
Syntax
HRESULT get_AntiClogControl(
long *pEnabled
);
Parameters
pEnabled
[out] Pointer to a long integer that receives one of the following values:
Value | Description |
OATRUE | Anti-headclog is enabled. |
OAFALSE | Anti-headclog is disabled. |
Return Values
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
DV Implementation
MSDV does not support this method. It returns E_NOTIMPL.
See Also