IAMExtTransport::get_EditStart
Microsoft DirectShow 9.0 |
IAMExtTransport::get_EditStart
The get_EditStart method determines whether the external transport's edit control is active.
This method is not implemented.
Syntax
HRESULT get_EditStart( long *pValue );
Parameters
pValue
[out] Specifies a pointer to a to a long integer to receive a value indicating whether the external transport's edit control is active.
Value | Description |
OATRUE | Edit control is active. |
OAFALSE | Edit control is inactive. |
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