IWMPPluginUI::DisplayPropertyPage method

The DisplayPropertyPage method is called by Windows Media Player to request that the plug-in display its property page. This method is passed a handle to a parent window of the plug-in property page dialog box.

Syntax

HRESULT DisplayPropertyPage(
  HWND hwndParent
);

Parameters

hwndParent

HWND handle to a parent window of the property page dialog box.

Return value

This method returns an HRESULT.

Remarks

This method is called by Windows Media Player only for plug-ins that provide a property page.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

   
Minimum supported client Windows Media Player 9 Series or later.
Target Platform Windows
Header wmpplug.h

See also

IWMPPluginUI Interface