Microsoft DirectX 9.0

IAMExtTransport::get_EditStart

The get_EditStart method determines whether the external transport's edit control is active.

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.

See Also