IAMExtTransport::GetEditPropertySet
Microsoft DirectShow 9.0 |
IAMExtTransport::GetEditPropertySet
The GetEditPropertySet method retrieves the state of an edit event.
This method is not implemented.
Syntax
HRESULT GetEditPropertySet( long EditID, long *pState );
Parameters
EditID
[in] Specifies the edit property set. Use the identifier returned by the IAMExtTransport::SetEditPropertySet method.
pState
[out] Pointer to a long integer that receives the state of the edit property set:
Value | Description |
ED_ACTIVE | The edit property set is active. |
ED_DELETE | The edit property set was deleted. |
ED_INACTIVE | The edit property set 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