Windows Media Player SDK banner art
PreviousNext

Effects::DisplayPropertyPage

The DisplayPropertyPage method displays the property page of a visualization, if it exists.

Syntax

HRESULT DisplayPropertyPage(
  [in] HWND hwndOwner
);

Parameters

  hwndOwner

[in] Handle to the dialog that will be displayed.

Return Values

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

Remarks

Implement this method if you want to display a property page to the user to adjust any values of the visualization.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.