| Microsoft DirectX 8.1 (C++) |
The put_Left method sets the x-coordinate of the video window.
Syntax
HRESULT put_Left(
long Left
);
Parameters
Left
[in] Specifies the x-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 pins are not connected. |
See Also