IVideoWindow::get_Left

 
Microsoft DirectShow 9.0

IVideoWindow::get_Left

The get_Left method retrieves the video window's x-axis coordinate.

Syntax

  HRESULT get_Left(
    long *pLeft
);

Parameters

pLeft

[out] Pointer to a variable that receives the x-axis coordinate, in pixels.

Return Values

Possible return values include the following:

Value Description
E_POINTER NULL pointer.
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