Share via


Windows Media Player 11 SDK IWMPEffects::RenderĀ 

Windows Media Player SDK banner art

Previous Next

IWMPEffects::Render

The Render method renders the visualization.

Syntax

  

Parameters

  pLevels

[in]  Pointer to a TimedLevel structure.

  hdc

[in]  Specifies a handle to a device context.

  prc

[in]  Specifies the rectangle the visualization is to be rendered in.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

The device context is normalized by this method.

Requirements

Version: Windows Media Player version 7.0 or later.

Header: Include effects.h.

See Also

Previous Next