Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
IAMExtTransport::put_LocalControl
The put_LocalControl method switches the device between local and remote control.
This method is not implemented.
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.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also