Share via


IWMPMedia::get_imageSourceHeight (Windows Embedded CE 6.0)

1/6/2010

The get_imageSourceHeight method retrieves the height of the current media item in pixels.

Syntax

HRESULT get_imageSourceHeight( long* pHeight ); 

Parameters

  • pHeight
    [out]  Pointer to a long that specifies the height.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description

S_OK

The method succeeded.

Remarks

If the media item is not the current one, this property returns zero.

Before calling this method, you must have read access to the library.

See Also

Reference

IWMPMedia Interface