IVideoWindow::put_Top
Microsoft DirectShow 9.0 |
IVideoWindow::put_Top
The put_Top method specifies the y-coordinate of the video window.
Syntax
HRESULT put_Top( long Top );
Parameters
Top
[in] Specifies the y-coordinate, in pixels.
Return Values
Possible return values include the following:
Value | Description |
E_INVALIDARG | Invalid argument. |
S_OK | Success. |
VFW_E_NOT_CONNECTED | The video renderer filter is not connected. |
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also