Microsoft DirectX 9.0

IAMExtTransport::put_LocalControl

The put_LocalControl method switches the device between local and remote control.

Syntax

HRESULT put_LocalControl(
  long State
);

Parameters

State

[in]  Specifies the state of the device.

Value Description
OATRUE Local control
OAFALSE Remote control

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