Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
IAMExtTransport::get_AntiClogControl
The get_AntiClogControl method determines whether the anti-headclog control is enabled or disabled.
This method is not implemented.
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.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also