This topic has not yet been rated - Rate this topic

IBasicVideo::put_DestinationHeight method

The put_DestinationHeight method sets the height of the destination rectangle.

Syntax


HRESULT put_DestinationHeight(
  [in]  long DestinationHeight
);

Parameters

DestinationHeight [in]

Specifies the height, in pixels.

Return value

Returns an HRESULT value. Possible values include the following.

Return codeDescription
E_INVALIDARG

Invalid argument. DestinationHeight must be larger than zero.

S_OK

The method succeeded.

VFW_E_NOT_CONNECTED

The video renderer is not connected.

 

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Control.h (include Dshow.h)

Library

Strmiids.lib

See also

Error and Success Codes
IBasicVideo Interface

 

 

Send comments about this topic to Microsoft

Build date: 11/21/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.