Windows Media Player SDK banner art
PreviousNext

Effects::Render

The Render method renders the visualization.

Syntax

HRESULT Render(
  TimedLevel*  pLevels,
  HDC  hdc,
  RECT*  prc
);

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.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.