IAMExtTransport::get_LocalControl
Microsoft DirectShow 9.0 |
IAMExtTransport::get_LocalControl
The get_LocalControl method determines whether the transport is under local control or remote control.
This method is not implemented.
Syntax
HRESULT get_LocalControl( long *pState );
Parameters
pState
[out] Pointer to a long integer that receives one of the following values:
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.
Remarks
To control an external device from an application, the device must be in remote mode.
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