Microsoft DirectX 9.0 |
The GetEditPropertySet method retrieves the state of an edit event.
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.
See Also