IKsNodeControl::put_KsControl
Microsoft DirectShow 9.0 |
IKsNodeControl::put_KsControl
Provides an instance of the IKsControl interface to the extension unit.
Syntax
HRESULT put_KsControl( PVOID pKsControl );
Parameters
pKsControl
[in] Pointer to the IKsControl interface, typed as a void pointer.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
The KsProxy filter calls this method with a pointer to its own IKsControl interface. The extension unit should cache the pointer.
Requirements
Header: Include Vidcap.h.
Library: None.
See Also